Struts Form Validation Don't Perform Validation Depending on button clicked
Posted
by cedric
on Stack Overflow
See other posts from Stack Overflow
or by cedric
Published on 2010-04-23T13:12:32Z
Indexed on
2010/04/23
13:13 UTC
Read the original article
Hit count: 363
Hi. I have a j2ee web application running on struts. I am using validation XMLs for my form validation. I have a problem with multiple buttons in One form. I have Save, Delete and Cancel buttons. The problem is I want that when the delete button is clicked the validation is not performed. How do I do this.
© Stack Overflow or respective owner