Re: what could have caused this: a page ID in listener URL getting a wrong page instance

2011-11-03 Thread Kent Tong
Hi Martijn, Thanks for the pointer! I'll give it a go. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: what could have caused this: a page ID in listener URL getting a wrong page instance

2011-11-03 Thread Martijn Dashorst
Upgrade to latest in 1.4.x. AFAIK there were some issues with session sharing due to lingering thread locals. Martijn On Thu, Nov 3, 2011 at 10:47 AM, Kent Tong wrote: > Hi, > > My users are frequently getting "internal errors" after a few minutes > of inactivity. From the log I can see that mos

what could have caused this: a page ID in listener URL getting a wrong page instance

2011-11-03 Thread Kent Tong
Hi, My users are frequently getting "internal errors" after a few minutes of inactivity. From the log I can see that mostly this is caused by: org.apache.wicket.WicketRuntimeException: component foo not found on page XYZ[id = 3], listener interface... The weird thing is that there is no "foo" c