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

f:validateLength with equal minimun and maximun does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.2
    • 1.2.3
    • None
    • None
    • tomca 6 win xp

    Description

      <f:validateLength maximum="2" minimum="2"/> works on jsf ri 1.2 and on myfaces 1.1.5 but not on myfaces 1.2.2

      The solution is do this on LengthValidatorTag

      protected boolean isMinLTMax()

      { return _min <= _max; }

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: