File a ticket please!
Thank you!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Feb 5, 2015 at 1:40 PM, Taag <sae...@hotmail.com> wrote:

> I have a InlineFrame that is showing a some content in a webpage, or it
> should until we took up wicket from 6.x to 7.0.0-M4. when i tri to show the
> page in the InlineFrame i get an
>
> ObjectCheckException: The object type is not Serializable!
>
> on
>
>  private final org.apache.wicket.core.request.handler.IPageProvider
> org.apache.wicket.markup.html.link.InlineFrame.pageProvider
> [class=org.apache.wicket.core.request.handler.PageProvider] <----- field
> that is causing the problem
>
> Is there something obvious i'm missing? Can i do somehting to serialize the
> PageProverder that is build up in the IFrame constructor:
>
> public InlineFrame(final String id, final Page page)
> {
>         this(id, new PageProvider(page.getPageId(), page.getClass(),
> page.getRenderCount()));
> }
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Problem-with-InlineFrame-and-IPageProvider-tp4669311.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to