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/09 21:22:32 UTC

[Tapestry Wiki] Update of "LogoutLinkTap4" by LuisParravicini

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 LuisParravicini:
http://wiki.apache.org/tapestry/LogoutLinkTap4

The comment on the change is:
changed  getRestartService for getRestartService() in the source code.

------------------------------------------------------------------------------
  {
      // do your own cleanup here
  
-     return getRestartService.getLink(cycle, false, null);
+     return getRestartService().getLink(cycle, false, null);
  }
  }}}
  
@@ -43, +43 @@

  {
      // do your own cleanup here
  
-     return getRestartService.getLink(false, null);
+     return getRestartService().getLink(false, null);
  }
  }}}
  

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