Your form-bean should expand org.apacher.struts.validator.ValidatorForm, not
just ActionForm, and your validate() should call validate() from super class
(ValidatorForm) to have validation.xml involved.


"Honza Spurný" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there,
>
> as I can see, when I implement the validate() method in the ActionForm, it
> means, that validation throught validation.xml file (inner struts
> validation) stops to work.
>
> ??? Am I right ???
>
> This seems to me so... Am I doing something wrong? How can I walk throught
> both validation? If it is able, which one is first performed?
>
> Thanks for answers.
>
> Sporak




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

Reply via email to