Re: [Wicket-user] How can I prevent a WebPage from being serialized

2007-07-12 Thread Johan Compagner
thats currently not possible (or you must your another SessionStore completely) because we need to store the page somewhere and the pagemap will only hold one but if the object can't be serialized it also shouldn't go into the http session and that will be the case everytime or you must make the

[Wicket-user] How can I prevent a WebPage from being serialized

2007-07-12 Thread Stefan Lindner
How can I prevent a WebPage from being serialized to the FilePageStore? I have a page that ist to be displayed within a modal window. The page recieves an object as parameter but this object is not serializable. Can I tell wicket not to serialize this page? I have tried to set page.isVersioned() to