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" component on page XYZ, but it is on page ABC. It means that while the browser believes that page 3 is an instance of ABC, actually it is an instance of XYZ. What could have caused this? I know this is a long shot, but just to see if there is any (remote) ideas. I can rule out session expiration as it only took a few minutes to occur. We're using Wicket 1.4.9. Thanks in advance! -- Kent Tong Useful & FREE software at http://www2.cpttm.org.mo/cyberlab/freeware --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org