Length Validator Message in Messages.properties
-----------------------------------------------

                 Key: MYFACES-3348
                 URL: https://issues.apache.org/jira/browse/MYFACES-3348
             Project: MyFaces Core
          Issue Type: Improvement
    Affects Versions: 2.1.3, 2.0.9
            Reporter: Keith Wong
            Priority: Minor


In Messages.properties, the following standard message text

javax.faces.validator.LengthValidator.MAXIMUM = {1}: Validation Error: Value is 
greater than allowable maximum of ''{0}''
javax.faces.validator.LengthValidator.MINIMUM = {1}: Validation Error: Value is 
less than allowable minimum of ''{0}''

should be

javax.faces.validator.LengthValidator.MAXIMUM = {1}: Validation Error: Length 
is greater than allowable maximum of ''{0}''
javax.faces.validator.LengthValidator.MINIMUM = {1}: Validation Error: Length 
is less than allowable minimum of ''{0}''

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to