When a statefull wicket page contains a
org.apache.wicket.util.collections.MiniMap (e.g.
org.apache.wicket.markup.html.link.BookmarkablePageLink.parameters are a
MiniMap) the
serialization fails when the javolution serializer is used. It fails because
the public class
MiniMap does not provide a no-args constructor, but only a constructor taking
the size as
argument.
Original issue reported on code.google.com by martin.grotzke on 26 Mar 2010 at 9:01
Original issue reported on code.google.com by
martin.grotzke
on 26 Mar 2010 at 9:01