Don't use loadabledetachablemodel for this. Forget Wicket model
implementations. Just look at the IModel interface. It has 3 methods,
each of them simple to implement and you get most control of where the
object is pulled from and where it is stored.

-Matej

On Sun, Feb 1, 2009 at 7:09 PM, Per Newgro <per.new...@gmx.ch> wrote:
> Hi Uwe,
>
> until now i can do everything :-). All my experiments with ldm failed so
> far. I have to store the states. But in DB? It's heavyweight for me.
> Maybe i should try a cookie based solution.
>
> Thanks for your doubts
> Cheers
> Per
>
> ---------------------------------------------------------------------
> 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