On Mon, 02 Apr 2012 15:31:30 -0300, derkoe <tapestry.christian.koeb...@gmail.com> wrote:

Robert asked if you have a @Persist on your CollageModel in the parent
component or page. Parameters in Tapestry have a bi-directional binding. So, if you have a @Persist on the model it is shared in the session. Two browser tabs/windows also share the same session.

This is correct when both tabs/windows are viewing the same page. @Persist'ed fields are not shared between different pages. @SessionState fields do. ;)

--
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