How to call a JSP variable inside a java class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nithinkg
    New Member
    • Oct 2010
    • 1

    How to call a JSP variable inside a java class

    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.
Working...