Re: Redirect when session is destroyed

2010-09-26 Thread kamath_svk
Thiago H. de Paula Figueiredo wrote: If inside a page, check the page navigation page in the documentation. I was not referring to redirecting from page. As we know if session is expired sessionDestroyed method is called by tapestry. (Please refer the code)

Re: Redirect when session is destroyed

2010-09-26 Thread Thiago H. de Paula Figueiredo
On Sun, 26 Sep 2010 11:53:44 -0300, kamath_svk kamath...@yahoo.co.in wrote: As we know if session is expired sessionDestroyed method is called by tapestry. This method is not called by Tapestry, but by the servlet container (server). (Please refer the code)

Redirect when session is destroyed

2010-09-22 Thread kamath_svk
.nabble.com/Redirect-when-session-is-destroyed-tp2849255p2849255.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

Re: Redirect when session is destroyed

2010-09-22 Thread Kristian Marinkovic
to any page g, kris Von:kamath_svk kamath...@yahoo.co.in An: users@tapestry.apache.org Datum: 22.09.2010 08:57 Betreff:Redirect when session is destroyed Hi, I found a site for session handling using Tapestry5. http://eubauer.de/kingsware/2010/02/04/track-login-and-logout

Re: Redirect when session is destroyed

2010-09-22 Thread kamath_svk
the current HttpSession; if it is not redirect the current request to any page -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-when-session-is-destroyed-tp2849255p2849363.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Redirect when session is destroyed

2010-09-22 Thread P . Stavrinides
is available from the current HttpSession; if it is not redirect the current request to any page -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-when-session-is-destroyed-tp2849255p2849363.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Redirect when session is destroyed

2010-09-22 Thread Thiago H. de Paula Figueiredo
On Wed, 22 Sep 2010 05:51:44 -0300, kamath_svk kamath...@yahoo.co.in wrote: I am new to tapestry so can you please tell me how to use dispatcher using some example?? There are many examples in this mailing list archives and in the wiki. Reading the Dispatcher JavaDoc also helps. most