Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by GregWoolsey: http://wiki.apache.org/tapestry/SessionPagePersistence The comment on the change is: final cleanup of class names in plain text (escape them so they aren't links) ------------------------------------------------------------------------------ Values are discarded if the last page rendered was not the same as the current page being rendered. - You'll need a Persistence strategy, some hivemodule magic, and a Page``End``Render``Listener. Once it's done, just use @Persist("session:page") to use. + You'll need a [http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/record/PropertyPersistenceStrategy.html PropertyPersistenceStrategy], some hivemodule magic, and a [http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/event/PageEndRenderListener.html PageEndRenderListener]. Once it's done, just use [http://tapestry.apache.org/tapestry4/tapestry-annotations/apidocs/org/apache/tapestry/annotations/Persist.html @Persist]("session:page") to take advantage of it. The strategy: {{{ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
