On Wednesday 01 December 2004 13:49, [EMAIL PROTECTED] wrote: > I'm trying to validate a simple field. I want to validate that the field > is an integer, and meets the min and max length requirements. In the same > application I am able to correctly validate a date field so I'm confident > my overall struts setup is correct. However when I try to do both a min > and max length check on the same field, the max length check doesn't work. > If I exceed the max length I get the min length message. Below is a > snippet from my validation.xml file. I've setup my properties file to > include the min and max length constants. > > validation.xml > ... > ... > <field > property="myField" > depends="minlength, maxlength, integer"> > <arg0 key="sampleApp.myField.label"/> > <arg1 key="sampleApp.myField.minLen" name="minlength" /> > <arg1 key="sampleApp.myField.maxLen" name="maxlength" />
Despite two other good looking answers, I'd have to say that it seems unlikely that these should _both_ be "arg1" :-) -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]