Re: Session timeout page

2008-10-29 Thread Martin Grigorov
Is this session expiration or page expiration ? I know it is a bit misleading but Wicket throws PageExpiredException when it doesn't find a particular version of the requested page in the page store. There could be different reasons why the page is not found but in my experience the most often ca

RE: Session timeout page

2008-10-29 Thread Kai Mütz
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 of the default > "Return to homepage"-link page. Try getApplicationSettings().setPageExpiredErrorPage(HomePage.class);

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 instead