In the struts config file you specify if the validate must be called or not:

    <action    path="/action"
               type="package.FormClass"
               name="formName"
              scope="session"
           validate="true">
                ^^^^^^^^^^^^^^^^

Maybe you have specified false?

johan


> -----Original Message-----
> From: Hee Meng, Poh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 17, 2001 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: Auto Form Validation Not Done?
> 
> 
> Hi,
> 
> Anyone can verify if auto form validation is working in struts@16012001? 
> Implemented the method 
> 
> public ActionErrors validate(ActionMapping mapping,
>                                       HttpServletRequest request)
>                
> 
> in my action form class but can't see it being executed...
> 
> Regards
> 
> 

Reply via email to