Hi, When an Action (ListRecord.do) was invoked by a JSP , it lists all records from db like this.
name surname delete ------------------------------------------------------------------- aaa1 bbbbb1 | + | aaa2 bbbbb2 | - | aaa3 bbbbb3 | + | ------------------------------------------------------------------- _______ _________ |__aaa4__| |_ bbbbb4 _| _______ ______ |__add__| |_delete_| To add a new record to this list, I enter new datas like ( aaa4, bbbbb4 ) and press add button. Form submits to same action (ListRecord) and adds records without any problem. Problem : When I checked to some checkbox and submit form to same Action, it gives an error. How can I control checked checkbox and delete them ? What is the best way ? Erol __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com