Description
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 =
: Validation Error: Length is less than allowable minimum of ''
{0}''
Attachments
Issue Links
- relates to
-
MYFACES-3548 Messages_en.properties not synchronized with Messages.properties
- Closed