Re: Problems with Page Expiration

2014-03-05 Thread Brad Grier
Martin Grigorov-4 wrote > Try to reproduce it in a quickstart and attach it to Jira. > > Martin Grigorov > Wicket Training and Consulting I created a quickstart using the Wicket Examples statelessform page as the home page. If setRecreateMountedPagesAfterExpiry is false, the page expires on form

Re: Problems with Page Expiration

2014-03-05 Thread Martin Grigorov
Try to reproduce it in a quickstart and attach it to Jira. Martin Grigorov Wicket Training and Consulting On Wed, Mar 5, 2014 at 7:14 PM, Brad Grier wrote: > Martin Grigorov-4 wrote > > If the login page is really stateless then it will never throw > > PageExpiredException. > > It seems some co

Re: Problems with Page Expiration

2014-03-05 Thread Brad Grier
Martin Grigorov-4 wrote > If the login page is really stateless then it will never throw > PageExpiredException. > It seems some component/behavior in the login page is stateful. > > Use org.apache.wicket.devutils.stateless.StatelessChecker > (wicket-devutils) > or debug org.apache.wicket.Page#isP

Re: Problems with Page Expiration

2014-03-04 Thread Martin Grigorov
Hi, On Tue, Mar 4, 2014 at 11:32 PM, Brad Grier wrote: > When setRecreateMountedPagesAfterExpiry is true in our app, redirecting to > a custom timeout page either through setPageExpiredErrorPage or via > catching a PageExpiredException isn't working (the exception never makes it > to onException