Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2011-12-01 Thread s.shweta18
Hi, The .java file which is your Modal Window ... should implement Serializable. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ERROR-Session-java-1406-Exception-when-detaching-serializing-page-tp2542370p4118576.html Sent from the Users forum mailing list archive at

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-20 Thread Martijn Dashorst
the essential part of it, it's repeating itself and seems to go deep into recursion. I don't see it calling any of my pages. Any ideas? Natalie (wicket 1.4.10) 2010-09-16 10:36:32,829 ERROR (Session.java:1406) - Exception when detaching/serializing page java.lang.StackOverflowError

ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread nmetzger
(Session.java:1406) - Exception when detaching/serializing page java.lang.StackOverflowError at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteReplace

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread Martin Grigorov
. Below is just the essential part of it, it's repeating itself and seems to go deep into recursion. I don't see it calling any of my pages. Any ideas? Natalie (wicket 1.4.10) 2010-09-16 10:36:32,829 ERROR (Session.java:1406) - Exception when detaching/serializing page

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread N. Metzger
For a quick fix (hopefully), I can remove the modal window from my application. Generally speaking, though: how do I define my modal window then if I should not reference the underlying page directly? Natalie -- View this message in context:

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread Martin Grigorov
On Thu, Sep 16, 2010 at 5:32 PM, N. Metzger nmetz...@odu.edu wrote: For a quick fix (hopefully), I can remove the modal window from my application. Generally speaking, though: how do I define my modal window then if I should not reference the underlying page directly? Try to re-work it to

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread N. Metzger
I'll try, thanks!!! Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ERROR-Session-java-1406-Exception-when-detaching-serializing-page-tp2542370p2542493.html Sent from the Users forum mailing list archive at Nabble.com.