Select « Table « JSP-Servlet Q&A





1. best approach to send data from a selected row of a table    coderanch.com

Hi, I want to select a row from a table in a jsp and send the data asociated to this row to a servlet. A servlet builds an ArrayList that contains objects of a defined type. This arraylist object is put in the request and a jsp is called. The jsp access the arraylist and writes a table where the elements ...

2. JSP- finding the table row selected    coderanch.com

hi, i have a JSP page page which contains a table with 5 columns. Three of the five columns contains dynamic values and the remaining two columns contain two buttons. the second column containing the dynamic value has a radio button associated with it with the value and the name of the radio button being the same as the dynamic column ...