Hi Lionel, I had the same issue, but calling the setDefaultModelObject, that
call methods on IPageVersionManager at some point. In my case, the solution
was simple change that call for comp.getDefaultModel().setObject()

On Tue, Jan 19, 2010 at 11:32 PM, Lionel Port <lionel.p...@gmail.com> wrote:

> Hi,
>
> I'm using wicket on google app engine and am having trouble with the
> sort link headers on data tables.
>
> It looks like when a sort link is clicked the method
> Objects.cloneModel() is called. This creates a
> ReplaceableObjectOutputStream wrapper around the ObjectOutputStream to
> do the copy using serialization/deserialization. Unfortunately this
> class tries to call enableReplace on the the underlying
> ObjectOutputStream so that it can replace component objects with just
> their name (to stop component hierachy being serialized).
>
> It seams the google app engine security permissions deny calling
> enableReplace on the ObjectOutputStream.
>
> Does any one know of a work around to get the sort links working?
>
> regards,
> Lionel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to