[Wicket-user] Custom session expiry page

2006-08-18 Thread Michael K
Hi,How do I embed a custom session expiry page into wicket application?Thanks,Michael- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Wicket-user] Custom session expiry page

2006-08-18 Thread Igor Vaynberg
MyApplication.init() { getApplicationSettings().setPageExpiredErrorPage(MyErrorPage.class);}-IgorOn 8/18/06, Michael K [EMAIL PROTECTED] wrote: Hi,How do I embed a custom session expiry page into wicket application?Thanks,Michael