The DropDownBox component is in fact well designed in theory. But I
think the way it works is a bit inconvenient in practice. Normally the
main purpose of this component in to supply some value or an index for
a model but a label is needed only for to be presented to a user.
Unfortunately we are supposed  to use either the same value (a string
representation) for both pupposes or to use some kind of a wrapper and
to pollute the model by some strange "SelectOption" object even though
that the model would normally accept an integer.

   Vitaly

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

Reply via email to