hi ..
i am using a SimpleFormController for add,update,delete operations
i am using commons validator for validation..
edit and delete facility is there in the same form
now when user clicks delete button the fields are getting validated
how to avoid this ??
i need that option only for save and update but not for delete
thanx in advance


Reply With Quote