Menu « Form « JSP-Servlet Q&A





1. how can I capture the value from a DropDown menu at jsp to Servlet?    stackoverflow.com

I want to use a dropdown menu on my JSP but... I have no idea how to capture the Value of the Selected Item and Pass it on to my Servlet ...

2. i need to make a drop down menu from where a can select city depending on state    stackoverflow.com

i need to make a drop-down menu. i have data in database like id,description,value and i need to retrive state name fro there and on the same time my city ...