I solved it another way:

Page X persists the session object. Page X also defines a method which
invokes componentResources.discardPersistentFieldChanges. 


I navigate to page Y. On page Y I @InjectPage X and, at the appropriate time
I invoke the method on 
page X that discards all persistent data and return a redirect link to page
X.

Being that the discard process removes session data for all subsequent
requests of page X, returning a Link from page Y will give me the exact
behavior that i need. 

Bogdan. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/removing-attributes-from-session-from-pages-other-than-the-one-setting-it-tp4592795p4592960.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to