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
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