Monkeyden,

There is a component that implements this functionality, currently in the Sandbox - s:selectManyPicklist. I believe there is also something like this in Trinidad.

Regards,

Jeff Bischoff
Kenneth L Kurz & Associates, Inc.

monkeyden wrote:
I have been trying to implement two SelectManyListboxs.  The first is to
select from, the second, to submit selected values (also referred to as a
"mover box").  The first is a list of unselected items.  The second list is
initially populated with values selected previously.  Because the second
list doesn't have the complete list of items, when I add one of the
unselected items, I get the validation error:

Validation Error "userLocations": Value is not a valid option.

I have figured out that this is because the newly selected item is not a
member of the original list used in <f:selectItems/>, for the second
SelectManyListbox.

What I'm wondering is:
1.  Is there a way to avoid the validation?
2.  What tenet of the JSF doctrine requires the existence of this
restriction?


Reply via email to