Hi guys, I was getting around some issues in my application regarding to the size of the session, and i found on the tapestry site that you can clean the persistent data of a page by injecting ComponentResources and running discardPersistentFieldChanges(), but i also noted that this can only be done by a page to clean itself, not to clean other pages (like a menu bar that calls a page and wants to clean the last one). I was wondering how useful would be if the method was overloaded by discardPersistentFieldChanges(Component page) or discardPersistentFieldChanges(String pageName) in the ComponentResources. What do you tapestry committers think about it?
-- Atenciosamente, Marcelo Lotif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]