jQuery in Action, 2nd edition
The moose likes JSF and the fly likes Multiselect list box Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Multiselect list box" Watch "Multiselect list box" New topic
Author

Multiselect list box

Nila dhan
Ranch Hand

Joined: Sep 15, 2005
Posts: 160
I have a multiselect list box. Based on the user selection of the list box, I have to populate another dropdown.
The user may select one or more values from the list box. Is there any way that I could submit the form after the user has finished multiple selection ?
Any thoughts?

Thanks in Advance
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

The only way that the application can know when you've finished making multiple selections is to provide a "submit" button or equivalent. Unlike a single-select box, the mere act of selecting or de-selecting an object isn't sufficient to determine when the user has finished making choices.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
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: Multiselect list box
 
Similar Threads
Multiselect List box
Need help for trinidad components
jQuery multiselect dropdown fails to collapse
Selection box question...
Struts and Ajax