Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3348

Length Validator Message in Messages.properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.9, 2.1.3
    • 2.0.10, 2.1.4
    • None
    • None

    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 =

      {1}

      : Validation Error: Length is less than allowable minimum of ''

      {0}

      ''

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              keith.wong@objectvalley.com Keith Wong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: