I wrote a jsp page which has a drop down box and i have a submit button. Now when i select a value in the drop down box and click the submit button,it should pass the value as a parameter to a java class and the output will be stored as a text file.
My question here is that how to get the value selected from the drop down and how to pass this as a parameter to my java class.
My question here is that how to get the value selected from the drop down and how to pass this as a parameter to my java class.