Martijn Dashorst wrote:
>
> Does your log contain serialization errors? That typically is a
> problem with trying to deserialize a page from the disk store.
>
Well the stack trace I posted seems to indicate a serialization problem.
But there is nothing further in the logs that I didn't already post.
Martijn Dashorst wrote:
>
> You may want to switch your session store to the HttpSessionStore, if
> you don't mind having a limited back button support. Or at least you
> can try it, to see if it solves the problem. If so, you have a
> serialization problem in your component structure.
>
I added
protected ISessionStore newSesionStore() {
return new HttpSessionStore(this);
}
to my application class, but I still got the same error.
Joel
--
View this message in context:
http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12827823
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]