Hi, Please suggest me some idea to achive the following
from DB getting empid,empname,salary..etc into a arraylist of beans. that means each employee record is stored in a bean which is added to arraylist. now i want to display the arraylist in jsp the empid should be assigned to check box so each row should contain checkboxes which are going to populate dynamically and carry empid so that when i select the checkbox and click on delete it should capture the empid of that checkbox and delete. thanks in advance!