This has been fixed recently in master. Right after you've cut M5 On Feb 22, 2015 6:29 PM, "Martijn Dashorst" <martijn.dasho...@gmail.com> wrote:
> While fixing a compilation error due to the removal of IPageLink, I > encountered that InlineFrame now uses IPageProvider and stores it in > an instance field. > > Unfortunately, IPageProvider has no requirement to be Serializable and > the default implementation PageProvider is not serializable. This will > lead to serialization errors. > > What shall we do? I don't think that PageProvider was ever intended as > a serializable concept so this can go a lot of ways... > > Martijn > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com >