| Author |
selectManyListbox value attribute
|
Justin Rundle
Ranch Hand
Joined: Mar 26, 2008
Posts: 123
|
|
Hi,
Using ICEFaces/JSF selectManyListbox component to create a list where a user can select multiple items. My selectManyListbox component binds to a String[] in the backing bean:
But i want to bind the value of the selectManyListbox component to an actual java.util.Collection where the collection contains a POJO ClientSearchOption object:
How can i bind the Collection of ClientSearchOptions to the selectManyListbox.
Thanks,
Justin
|
 |
 |
|
|
subject: selectManyListbox value attribute
|
|
|