Session timeout page

2008-10-29 Thread Swanthe Lindgren
How do I change the session timeout page? I want my application to display the actual home page on session timout instead of the default Return to homepage-link page. //Swanthe - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Session timeout page

2008-10-29 Thread Matthias Keller
Hi See here for all kinds of different error pages you can easily adjust: http://cwiki.apache.org/WICKET/error-pages-and-feedback-messages.html Matt Swanthe Lindgren wrote: How do I change the session timeout page? I want my application to display the actual home page on session timout

Re: Session timeout page

2008-10-29 Thread Martin Grigorov
case is that a field of some component is not serializable and this prevents the storing of the page. On Wed, 2008-10-29 at 10:21 +0100, Swanthe Lindgren wrote: How do I change the session timeout page? I want my application to display the actual home page on session timout instead

RE: Session timeout page

2008-10-29 Thread Kai Mütz
Swanthe Lindgren mailto:[EMAIL PROTECTED] wrote: How do I change the session timeout page? I want my application to display the actual home page on session timout instead of the default Return to homepage-link page. Try getApplicationSettings().setPageExpiredErrorPage(HomePage.class