Em Tue, 30 Sep 2008 06:16:05 -0300, Tuan <[EMAIL PROTECTED]> escreveu:

Beside activate & passivate way, you can pass parameters (objects or string) between pages by using Persit data with Flash option.
Ex:
@persist (value="flash")
User user;

@Persist field values are local to a given page and are *not* shared between pages.
To share session information between pages, @ApplicationState is used. ;)

Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to