//employeeMaintenance.jsp
This is my
jsp which displays a table of values... Here, i choose one of the rows by selecting the radio button and click Update.. the control transfers to the
servlet... I want to get the values of the fields displayed in the table in the jsp page(select, employeeID,first name, last name, phone number, auth level) in the servlet and display them in text boxes in another jsp page(editEmployee.jsp)...
//editEmployee.jsp
Kindly tell me a solution how to get the table values in the servlet.........