Hi there,

We sometimes need a component for editing sets of arbitrary strings.
We currently use a ListMultipleChoice component, whose choices model
contains the actual set, and selected elements can be deleted with a
button.
Is there a simple way to instruct ListMultipleChoice to use the model
looked up from its parents CompoundPropertyModel by its wicket:id as
its "choices" model instead of its "selected elements" model? I can do
new PropertyModel(parentModel,"myWicketId"), but its clumsy and more
static.
Or is there some other component we should be using to make a
"free-text palette" set editor?
(regular palette does not work, as we must have a text entry field for
adding new elements, there is no finite universal set to chose from.)


Thank you in advance for any ideas!

Gabor Szokoli

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

Reply via email to