Re: PageExpiredException - ajax request

2010-08-11 Thread sbrookes2
Is it possible to restore a page once it has been removed from the PageMap? It seems to be possible based on this thread but so far I haven't been able to work it out. In the above code: return pageFactory.newPage(Class.forName(requestParameters.getPageMapName()), params); When I try to

Re: debugging PageExpiredExceptions

2010-07-02 Thread sbrookes2
Thanks for the reply Martijn. I have done some poking around and I think this thread holds the key: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-ajax-request-td1878866.html#a1878866 PageExpiredException - ajax request It looks like our 'stateless' page gets rendered with

Re: PageExpiredException - ajax request

2010-07-02 Thread sbrookes2
igor.vaynberg wrote: requestcycle rc=getrequestcycle(); response orig=rc.getresponse(); rc.setresponse(new noopresponse()); page.render(); rc.setresponse(orig); -igor This may be a silly question but can you shed some light on the line: rc.setresponse(new noopresponse());

Re: debugging PageExpiredExceptions

2010-06-30 Thread sbrookes2
ver 1.3.6 I have been tracking this issue for a few months now in our app. Similar to the following threads: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-getting-this-when-the-session-hasn-t-timeout-td1894202.html#a1894216 PageExpiredException - getting this when the session