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

Reply via email to