RequestCycleListener and setPageExpiredErrorPage

2014-01-13 Thread Christoph.Manig
Hello, in my application I do the following configurations: getApplicationSettings().setPageExpiredErrorPage(Timeout.class); getExceptionSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE); getRequestCycleListeners().add(new RequestCycleExceptionListener()); my

Re: RequestCycleListener and setPageExpiredErrorPage

2014-01-13 Thread Martin Grigorov
Hi, Martin Grigorov Wicket Training and Consulting On Mon, Jan 13, 2014 at 10:52 AM, christoph.ma...@t-systems.com wrote: Hello, in my application I do the following configurations: getApplicationSettings().setPageExpiredErrorPage(Timeout.class);