Please create a quickstart. Wicket usually shows which field is not Serializable. Not sure why it doesn't work for you.
On Wed, Dec 19, 2012 at 12:14 PM, JamesXWang <[email protected]>wrote: > Hi Guys, > > It's my fault. It isn't a bug of wicket. After another 2 hours debugging I > finally found the root cause in the code of my app. There is a private > static class XXX{} in a very deep hierachy of one of my util class. And > that > private class XXX hasn't implements the Serializable. > > But if Wicket can throw a more friendly serializing exception like (the > class xxx or field fff can't be serialized) will be great helpul - given > that, this kind of missing serializing private class issue will be fixed in > few minutes instead of two days. > > Thanks, > James > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Error-serializing-object-class-com-myapp-LoginPage-object-Page-class-com-myapp-LoginPage-id-0-render-tp4654853p4654915.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
