I have a table with each rows contain checkbox (Like gmail inbox). I want to select few checkboxes and submit data in one go to action class. Please let me know how can i submit form using checkboxes.
I have a table with each rows contain checkbox (Like gmail inbox). I want to select few checkboxes and submit data in one go to action class. Please let me know how can i submit form using checkboxes.
First of all you must ensure that your form bean and your form action class are already working otherwise even if you prepare your jsp file you will not be able to check its correctness (Struts 1.2 drawback)
Here goes your jsp code
Form Bean
Action class's execute method
Form Bean Entry in struts-config.xml
Form Action Entry in struts-config.xml