You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Gemes Tibor <ti...@i-trade.hu> on 2003/06/30 13:31:01 UTC

Re: Validator Still confusing me

MaFai írta:

>validator-rules.xml
><!DOCTYPE form-validation PUBLIC
>          "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN"
>          "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
>
><form-validation>
>
>   <global>
>      <validator name="required"
>            classname="org.apache.struts.validator.FieldChecks"
>               method="validateRequired"
>         methodParams="java.lang.Object,
>                       org.apache.commons.validator.ValidatorAction,
>                       org.apache.commons.validator.Field,
>                       org.apache.struts.action.ActionErrors,
>                       javax.servlet.http.HttpServletRequest"
>                  msg="errors.required">
>      </validator>
>   </global>
>
></form-validation>
>  
>


This file should be much-much longer. about 40k in size. You should not 
edit this without a good reason.

Tib



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org