the standard way to handle this is to override component's ondetach()
and call detach() on the models directly.

-igor

2009/5/6 Uwe Schäfer <u...@thomas-daily.de>:
> Johan Compagner schrieb:
>>
>> If it are
>> fields on components the currently the thing to do is simpel just make
>> sure that those fields are detached in the detach method of the
>> component that has those fields
>
> sure, but this is quite easy to forget (that´s what i´m good at), so doing
> it from the Listener looks much safer to me :)
>
> thanks, uwe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to