I am using struts 1.0. I want to do client side validations. If i do that in the validate() method of the ActionForm class ,then will it be executed on server side. As in the struts1.1 i can use the validator framework,what strategy shd i follow in struts1.0.