Ok, I've been playing around a bit more, and it turns out that this is not limited to when I do clustering with terrracotta, but happens when i run jetty normally.
The page expired exception fires with this message Cannot find the rendered page in session [pagemap=null,componentPath=60:yellAdTop,versionNumber=0] as i understand it pagemapname=null is just the default page map, so that shouldnt be a problem. Im still at a loss as to why this happens though. Johan Compagner wrote: > > look at setAttribute then for the store > It should be but into the session in the detach of the request. > > On Thu, May 15, 2008 at 12:30 PM, richardwilko < > [EMAIL PROTECTED]> wrote: > >> >> I still get the same behaviour with the httpsessionstore. >> >> the problem seems to be that the page isnt put in the page map, so when >> the >> ajax call is made to lazy load the panel it cant access the page its on. >> >> looking at the http session data in the terracotta admin console i see >> that >> the AccessStackPageMap has a page map name set to null, and i cant find >> the >> page i should be on in the httpsession. >> >> >> >> if you use terracotta you shouldnt use the default DiskPageStore i >> believe >> but revert back to the 1.2 httpsessionstore.. >> >> >> -- >> View this message in context: >> http://www.nabble.com/Page-expired-using-LazyLoadPanel-and-clustering-tp17249134p17250260.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] >> >> > > -- View this message in context: http://www.nabble.com/Page-expired-using-LazyLoadPanel-and-clustering-tp17249134p17253801.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]
