You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (Resolved) (JIRA)" <de...@myfaces.apache.org> on 2011/10/07 20:32:29 UTC

[jira] [Resolved] (MYFACES-3348) Length Validator Message in Messages.properties

     [ https://issues.apache.org/jira/browse/MYFACES-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3348.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.4
                   2.0.10
         Assignee: Leonardo Uribe

Thanks to Keith Wong for provide this patch
                
> 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.0.9, 2.1.3
>            Reporter: Keith Wong
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 2.0.10, 2.1.4
>
>
> 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