aspose file tools
The moose likes JSF and the fly likes selectManyListbox value attribute Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "selectManyListbox value attribute" Watch "selectManyListbox value attribute" New topic
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

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: selectManyListbox value attribute
 
Similar Threads
selectManyListbox - IllegalArgumentException
Problem with selectManyListbox
SelectManyListbox converter problem
selectManyListbox
selectManyListbox not setting value