You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/02/06 21:19:35 UTC

[jira] [Resolved] (WICKET-5828) PageProvider not serializable

     [ https://issues.apache.org/jira/browse/WICKET-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5828.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 7.0.0-M6
         Assignee: Martin Grigorov

> PageProvider not serializable
> -----------------------------
>
>                 Key: WICKET-5828
>                 URL: https://issues.apache.org/jira/browse/WICKET-5828
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 7.0.0-M4
>            Reporter: Tore Åsen-Grøssereid
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0-M6
>
>
> Creating an InlineFrame for a Page gives ObjectCheckException: The object type is not Serializable! 
> The PageProvider is not serializable.
> InlineFrame iframe = new InlineFrame( "iframe", new Page(){});
> add( iframe );
> should be enough to reproduce it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)