De Saint Steban Emmanuel wrote:

> PersistanceContext.FLASH is storing the object for only one time.
> The data will be deleted after the first access.

Okay, but what is meant by "first access"? Even writing the data with a
debug logger? Or after the onActivate-method is finished? Is there a way
to keep the data in the page and pass it with the next request?

> Use just @Persist (or if you want to access in all page of your
> application use @ApplicationState

This would break the use of multiple tabs, because I would only have one
store for many pages.

- Stephan

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

Reply via email to