jholmes 2002/09/26 15:07:29 Modified: src/example/org/apache/struts/webapp/example ApplicationResources.properties Log: logon.jsp: maxlength javascript message had a null PR: Bugzilla #12905 Revision Changes Path 1.9 +1 -1 jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationResources.properties Index: ApplicationResources.properties =================================================================== RCS file: /home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationResources.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ApplicationResources.properties 21 Jul 2002 18:45:00 -0000 1.8 +++ ApplicationResources.properties 26 Sep 2002 22:07:29 -0000 1.9 @@ -72,7 +72,7 @@ # Standard error messages for validator framework checks errors.required={0} is required. errors.minlength={0} cannot be less than {1} characters. -errors.maxlength={0} cannot be greater than {1} characters. +errors.maxlength={0} cannot be greater than {2} characters. errors.invalid={0} is invalid. errors.byte={0} must be an byte. errors.short={0} must be an short.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>