Re: Session timeout and callback

2007-04-28 Thread Jesse Kuhnert
The listener parameters won't have the state of your page (in most instances). . What you have to do is implement IExternalPage ( http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IExternalPage.html) on your page class like so: @Persist public abstract void setUserId(String made

Session timeout and callback

2007-04-27 Thread Simon Raveh
Hi, I'm developing an application using Tapestry 4 and I have a question regarding session timeout. when the session timeout I'm trying to create a callback object to an IExternaLPage using this code in my pageValidate method Callback callback = new ExternalCallback(pageName, getPageName(),g