I think Michal was right. If you don't want execute validation for some Action Method, the annotation "@SkipValidation" is a good solution.
And, in your case, I noticed that, your server side action is doing nothing when the [cancel] button clicked. I suggest you can put a html Link for your [cancel] button, instead of a submit button. So, when it be clicked, browser will jump to the next page, and your form will not be submitted. And of cause, the validation will not be executed. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org