The main difficulty in implementing DropDownChoice<T,V> is translation
of values?

On 1/15/09, Igor Vaynberg <[email protected]> wrote:
> 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
> <[email protected]> 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: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to