How to update and read radio button choice value(one for each row) in Arraylist object using struts
问题 I am developing some employee registration application using struts 1.3. On one jsp page a table shows all the registration requests, including all the details of that particular employee row-wise(One row for each employee registration request). Each row contains two radio buttons approved and reject. Admin has to select any one either he can skip for few rows(for making it pending). After pressing submit button how to read all radio buttons values one by one to update the database according