Em Fri, 31 Jul 2009 04:56:08 -0300, jose luis sanchez <joseluis.sanc...@m-centric.com> escreveu:

It should be like that .. but i believe the @Persist tag stores the value of the field at runtime, so it should get the field value .. but looking at the tapestry source code i can't get HOW to do it .. do you think i'm right ?

Use a @SessionState field to hold your user object then use the ApplicationStateManager service to get or set its value.
@Persist fields are only available to the page they're declared.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to