What about calling discardPersistentFieldChanges onCleanupRender?

http://tapestry.apache.org/tapestry5/tapestry-core/guide/persist.html

Clearing Persistent Fields

If you reach a point where you know that all data for a page can be
discarded, you can do exactly that.

The method discardPersistentFieldChanges() of ComponentResources will
discard all persistent fields for the page, regardless of which strategy is
used to store the property. This will not affect the page in memory, but
takes effect for subsequent requests.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-Strategy-for-pages-that-edit-beans-tp14957154p16467529.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to