Urgent please help

Hi,

I have a jsp page where i have displayed multiple rows multiple coloumns of datausing html table. It has two button. Add and delete.

Data is populated and displayed in the rows,

Each row has a checkbox on it left side, On checking the checkbox the row gets highlighted. now if I click delete button after clicking a ckeckbox the row will be deleted, How can I achive this.

Please help

Its Important.

[441 byte] By [rajib2K5a] at [2007-10-2 13:40:31]
# 1

1. The table should be placed in a form

2. Code that generate check boxes should generate unique field names for each check box.

based on that your servlet will be able to find out the "IDs" of the rows that are selected. in your delete button you should set the action of the url to the servlet that remove the rows (This can be done using a simple java script) and submit the form

LRMKa at 2007-7-13 11:33:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...