you can use PersistenceConstants.CLIENT to store all your data 
on the client side - with all iths pros and cons.

or can store your data in the session wia SESSION or as 
SessionStateObject

another way - when using a form - you can use the onPrepare, 
onPrepareForRender and onPrepareForSubmit events to load
the previous created/saved list from a persistent store.

g,
kris




Stephan Windmüller <stephan.windmuel...@cs.tu-dortmund.de> 
22.07.2009 10:14
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
Tapestry users <users@tapestry.apache.org>
Kopie

Thema
Re: Passing data to the same page - Understanding PersistanceContext.FLASH







Kristian Marinkovic wrote:

> in your case you'd need the session scope (=default)

But this will break if the user is creating several tasks in multiple
browser tabs.

When I summarize my issue it all comes to the following question: How do
I access data that is stored in objects and submitted completely with a
form after the submit without storing the data in the session?

I refuse to accept that Tapestry cannot handle this. There must be an
error in my code. The task data for example is completely restored with
PersistenceConstants.FLASH, but the List of users is not.

Regards
 Stephan

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


Reply via email to