Re: int range validation
I looked at Struts 1.2.4 source code and it appears to me that both "integer" and "intRange" treat empty strings as valid (Although I might be wrong as well). Are you using Struts 1.1? I would give it a shot using "validWhen" combination to your validations test (*this* != null) min 1
int range validation
Hi! I need to validate integer value entered in 'year' field. This filed can be empty as well. I use following rule in validation.xml min 1900 max 2100 But such rule does