Requirement : To Retrieve the Updated "name Value" in the textbox for each row and update in database on SUBMIT Operation in JSP Form Using Struts Framework
I need retrieve the Textbox Values for all the rows in the table with unique identification on the SUBMIT Operation.
I have populated the tables using FormBean and which turns contain list EMPList .
<tabl border=1> <logic:iterate name="insertForm" property="empList" id="sample" type="com.mystruts.Bean"> <tr><td><bean:write name="sample" property="name"></bean:write> </td><td><bean:write name="sample" property="ID"></bean:write> </td><td> <bean:write name="sample" property="doj"></bean:write> </td><td> <html:text name="sample" property="name"/></td></tr> </logic:iterate> </tabl> <html:submit>Repair</html:submit>
Kindly provide some idea to get the new values in the textbox for all rows in the table and provide to the Action Class Using Struts Framework.
Thanks,
Regards,
Prasanna D

New Topic/Question
Reply


MultiQuote


|