View Single Post
  #2 (permalink)  
Old 05-06-2008, 12:17 PM
rjuyal's Avatar
rjuyal rjuyal is offline
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
If you are using Spring framework then you just have to provide the path of the variable, which is going to store the value(s) of listbox selection, and it will automatically select the specified value.

Otherwise ( apart from that splitting string using "," )
you can use String[] also,
if the valueOfCurrentItemInList==Strin[i] // traverse it
then used selected keyword

of listbox.
__________________
i am the future
Reply With Quote