getting array value in jsp
i have an multiselect list box in my html page, name for that list box is indiancity[]. when i am passing the multiselect value from the html page to another jsp page. in the jsp page i use the request.getParameter("indiancity[]") to get the value. but i unable to get multiselected values. i am able to get only one values. plz help me how i want to code to get that multiselect values.
Krishnamoorthy.S
|