I created one
jsp page, it has drop-down box, which has .txt files. If i select the particluar .txt file and submit this .txt file name, it goes to the
Servlet class. How can i pass the values from jsp to servlet and how i invoke servlet when i submit the jsp page ?