A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
Getting ListBox selection on Serverside
John Lincoln
Ranch Hand
Joined: Feb 11, 2003
Posts: 192
posted
Jan 29, 2007 14:08:00
0
Hi,
I have JS with a multiple selection list box ? How do i get the selected options on server side. Can you throw some light
<select multiple name="LIST_BOX_2" size=9> <option value="A">A</option> <option value="B">B</option> <option value="C">C</option> <option value="D">D</option> </select>
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
Jan 29, 2007 16:48:00
0
With:
java.lang.String
&41;" target="_blank" rel="nofollow">ServletRequest.getParameterValues
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Getting ListBox selection on Serverside
Similar Threads
toughie..JSP in Javascript Dynamic Drop Down List
how can I get the value from Select multiple?
how to move items in between two select lists using javascript ???
Drop Down List validations
HTTP method GET is not supported by this URL
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter