Assuming that Add, Back , Fwd are different methods in the same Action, you could use s:submit method="Add" to post to Add method, and define the validations for that method using annotation . I havent tried if the non-field level validators get executed at this point
On 8/17/07, Sandro Giessl <[EMAIL PROTECTED]> wrote: > Hi, > > I have one form which submits data to one action. However there are different > s:submit-buttons in the form (Add Row, Back, Forward). > Full validation should only happen if "Forward" has been clicked. The other > buttons should only validate some non-required field formats > (Int-Validator, ...). > > What's the preferred way to do this? Is there a way to select a struts action > depending on which button has been pressed? > > Thank you very much. > > Regards, Sandro > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]