Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-08 Thread Martin Grigorov
Hi, On Thu, Sep 8, 2016 at 8:38 PM, durairaj t wrote: > I have added the below code in my WebApp.java to keep the pages in session > alive. Is it correct? Any help? > > setPageManagerProvider(new DefaultPageManagerProvider(this) > { > protected IDataStore

Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-08 Thread durairaj t
I have added the below code in my WebApp.java to keep the pages in session alive. Is it correct? Any help? setPageManagerProvider(new DefaultPageManagerProvider(this) { protected IDataStore newDataStore() { //new HttpSessionDataStore(getPageManagerContext(), new

Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-08 Thread durairaj t
Hi Martin, I got the exact error message while debugging in eclipse; *Error*: " org.apache.wicket.protocol.http.PageExpiredException: Page with id '3' has expired." I tried following code snippet in the page constructor. It seems the following code updating the page until I'm moving out from