Hi, I am using Google collections with Wicket 1.3.4 and hit with this serialization error.
ERROR - Objects - Error serializing object class web.AdminPage [object=[Page class = web.AdminPage, id = 5, version = 0]] org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: Unable to serialize class: com.google.common.collect.LinkedListMultimap$1 I am pretty sure LinkedListMultimap is Serializable and I even did a test i.e. obj instaceof Serializable What am I missing here? Any input? Thanks. /lim/ -- View this message in context: http://www.nabble.com/Unable-to-serialize-class-com.google.common.collect.LinkedListMultimap%241-tp19027449p19027449.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]
