Hi!

method="..." is exactly what I have been looking for. Sorry for disturbing the 
list, I didn't expect it to be that easy. :)

Thanks!

Sandro

On Friday 17 August 2007 14:22:57 j alex wrote:
> 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to