Link to home
Start Free TrialLog in
Avatar of raj_expert
raj_expert

asked on

JSP Problem

Hi Guys,
How to access muliptle data or data save in database from Drop Down Menu Multiple List. and i am using JSP, SQL Server 7.0 and webserver Tomcat.
I make a one form and use a text box, select menu and Multiple select menu. But i face a problem in accessing muliple data from multiple select list(drop down menu).
and i get a only one data(frist item) from multiple list (drop down menu).
pls. give me solutions.
bye
ASKER CERTIFIED SOLUTION
Avatar of ahosang
ahosang
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kvkamesh
kvkamesh

HI
please type "multiple"
<select name="dropdown" size="10" multiple onChange="selectFields()">
<option>kamesh</option>
<option>kamesh1</option>
<option>kamesh2</option>
</select>
so that you can select the multiple data.
If you are not getting i will send you full code
bye
kamesh


No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:


--  points to ahosang


Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
sudhakar_koundinya
EE Cleanup Volunteer
---------------------
If you feel that your question was not properly addressed, or that none of the comments received were appropriate answers, please post your concern in THIS thread.