You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Givler, Eric" <eg...@state.pa.us> on 2005/08/10 14:16:25 UTC

Struts Validator - missing longRange and doubleRange

Our development tool at the office includes an older version of Struts (v1.16).  The tool mentions some incompatibilities with newer versions of struts, so we have not changed this.  Anyway, there is a "Validator" in struts that includes an XML validation-rules file as well as a validator file (for validations specific to your application).  The struts Validator site (online) mentions these two "validators", but there is NO entry for either in the validator-rules file.

If I open the class (org.apache.struts.validator.FieldChecks), I can see validateDoubleRange, but I don't see the other.

Can anyone shed a little light on this one?

THANKS.

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


Re: Struts Validator - missing longRange and doubleRange

Posted by Rahul P Akolkar <ak...@us.ibm.com>.
"Givler, Eric" <eg...@state.pa.us> wrote on 08/10/2005 08:16:25 AM:
> Our development tool at the office includes an older version of 
> Struts (v1.16).  The tool mentions some incompatibilities with newer
> versions of struts, so we have not changed this.  Anyway, there is a
> "Validator" in struts that includes an XML validation-rules file as 
> well as a validator file (for validations specific to your 
> application).  The struts Validator site (online) mentions these two
> "validators", but there is NO entry for either in the validator-rules 
file.
> 
> If I open the class (org.apache.struts.validator.FieldChecks), I can
> see validateDoubleRange, but I don't see the other.
> 
> Can anyone shed a little light on this one?
<snip/>

Will be a more appropriate post for:
user@struts.apache.org [ http://struts.apache.org/mail.html ]

-Rahul