On Fri, 03 Dec 2010 11:05:31 -0200, Christian Koller <christian.kol...@net-m.ch> wrote:

Yes that's exactly what I face. What I would need is more than one instance of the component and each instance with his own session value, independent from the other instances.
But I guess this isn't possible.

You only need to rethink your approach. Instead of using @Persist, pass the iteration number as a parameter. @Inject Request and then get and set the value directly into the Session using some logic in the session attribute names.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to