Rafael, turn validation off and call form.validate() manually from
your event handler method.

Michael.

On 7/11/05, Rafael Taboada <[EMAIL PROTECTED]> wrote:
> Hi folks, I'm doing my validation for my form fields...
>  I use validation framework, so I don't use validate method in my form bean.
>  The problem I have is the validate is called when I use for first time the
> module. I mean, when I see for frst ime the HTML form, validation is
> called... Why???
>  When I set validate attribute to false in my action mapping, validation is
> not called...
>  I want the validation is called only when the user click on submit button.
>  Did u have the same problem???
>  My Action extend DispatchAction class.
>  Thanks in advance.

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

Reply via email to