if you have list<t> you must have imodel<t> that is how the ddc works.

you can either create a model that translates string<->t or one that
translates list<t> <-> list<string>

-igor

On Thu, Jan 15, 2009 at 8:52 AM, Anton Veretennikov
<anton.veretenni...@gmail.com> wrote:
> Good {morning|day|evening}!
>
> I have a Model with String field "code" and list of objects List<T>
> where t.getCode() must be returned to Model.
> Several hours I try to make it strict typed with Wicket 1.4. No success :(
>
> Please, help me!
>
> ---------------------------------------------------------------------
> 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