|
Regarding Servlet
Hi I have a JSP page with few input boxes.. When I click any of the input box it should call the servlet connect to database, query the table and display output in output JSP file..
I want to use the same servlet to retrieve the parameter of the clicked input box..
Is there any way to retrieve the queryString, and get the name of the text box..
|