You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/12 19:32:26 UTC

[Tapestry Wiki] Trivial Update of "SessionPagePersistence" by GregWoolsey

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:
fixed class name reference

------------------------------------------------------------------------------
  
  You need to add this PageEndRenderListener to all your pages, unless someone has a neat trick for injecting it that I haven't figured out yet (improvements highly encouraged!).
  
- What we did was add this pageAttached() method to our base page class (extends AppPage, ancestor for all our pages):
+ What we did was add this pageAttached() method to our root page class (extends BasePage, ancestor for all our pages):
  
  {{{
  	public void pageAttached(PageEvent event) {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org