Hi, I just had a terrible time getting rid of the "Unable to serialize class:" error. The class was derived from an abstract class. I tried everything to fix it, including getting the latest wicket binaries, rebuilding wicket trunk with my Java (1.5.0_08), and whole bunch of test code. The funny thing was that class tested fine to be serializable "if (p2 instanceof Serializable)" in Test code but not when run with Wicket on the server.
Finally I upgraded my tomcat server from 5.5.15 to 6.0.16. And that worked. I don't know why that would be, but atleast it works now. -Mohammad -- View this message in context: http://www.nabble.com/Unable-to-serialize-class%3A-tp18368966p18368966.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
