Hi!
> In my domain model, I have the ubiquitous "Person" class and lists of
> these objs. to display in <select> elements.  I have written a
> ValueEncoder and SelectModel for the class, and that works fine.
>
> I'd also like to have an elegant way to add a "Choose One" option in
> the list (at the top).  Ideas?
you could add null to the top of your selection list and make your
selection model display your "choose one" text in case the element in
focus is null.

Regards,
    Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to