Hi , Your example is very clear. It works fine. Thanks a lot Rafael, Erol
Rafael Taboada <[EMAIL PROTECTED]> wrote: Hi, in ur ActionForm define: String[] chkRecords; //with setter and getter In ur jsp define checkbox with a multibox: list: ArrayList that it has all the records in order to list in ur jsp idRecord: id of each record in ur database Finally in ur Action class: String[] strRecords = myForm.getchkRecords(); for (int i = 0; i myDAO.deleteRecord(strRecords[i]); } My Actionclass extends DispatchAction and when I click delete button I call a specific "delete" method. This code is inside this method I hope it can help u -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida" __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com