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 generate the page it returns null because the default PageMap name is null. What am I missing? Also, forgive another dumb question but Igor I have been trying to figure out where the pseudo-code you posted should go in the request cycle but so far am lost. Can you provide a few more details? requestcycle rc=getrequestcycle(); response orig=rc.getresponse(); rc.setresponse(new noopresponse()); page.render(); rc.setresponse(orig); thanks, Sean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-ajax-request-tp1878866p2321861.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
