[Wicket-user] Strange error

2006-08-28 Thread nils steen
Hi, I'm getting a strange error on my site. It doesn't always occur, but i can't determine when it does.My iwx.iwxWebBase.IwxExceptionHandler extends WebPage, but should I also make it serializable?Thanks for your help. Nils09:54:34,718 ERROR WebPage:341 - Page [Page class =

Re: [Wicket-user] Strange error

2006-08-28 Thread Igor Vaynberg
when auto-multiwindow-support feature is activated wicket will need to clone the active Page object when a user opens a new tab/window.it looks like in your page you are holding on to org.apache.catalina.session.StandardSessionFacade object somehow which is not serializable.what you can do is