|
Hi All,
I am 5 checkboxes on a table in a jsp.
If i have checked 2 checkboxes they should be dleted from database.
and the remaining unchecked checkboxes should be updated into database
Iam having only a single button called ' Update' which should perform both delete and update operations.
Iam giving this action to a servelt.
|