Re: [Wicket-user] ListMultipleChoice selected List

2006-12-19 Thread Igor Vaynberg
the selected options will be added to the model object (which is a collection) after the submit. -igor On 12/19/06, Scott Lusebrink <[EMAIL PROTECTED]> wrote: could someone provide me with code to retrieve the selected options from a ListMultipleSelect. I tried looking at isSelected which is

[Wicket-user] ListMultipleChoice selected List

2006-12-19 Thread Scott Lusebrink
could someone provide me with code to retrieve the selected options from a ListMultipleSelect. I tried looking at isSelected which is protected and not public for some reason and could not figure out what parameters it wanted.for the future public List ListMultipleChoice.getSelected(); would