Hi again everyone, I have hit another snag. Page X contains a session persistent field: @Persist private ArrayList<User> paginatedResults;
I am navigating away from page X to page Y. On page Y I want to remove the persisted object "paginatedResults" from the session. I am looking at the Tap Session Interface and it seems to be missing the removeAttribute() method of HttpSession. If I were on page X, the one that actually persists the object, i would use discardPersistentFieldChanges method from ComponentResources, but I am not. What would be the solution for me to remove the persisted object from session? Thanks very much, Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/removing-attributes-from-session-from-pages-other-than-the-one-setting-it-tp4592795p4592795.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