You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dirk Schaube (JIRA)" <de...@myfaces.apache.org> on 2008/01/03 16:32:34 UTC

[jira] Created: (MYFACES-1799) javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE

javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE
----------------------------------------------------------------------------

                 Key: MYFACES-1799
                 URL: https://issues.apache.org/jira/browse/MYFACES-1799
             Project: MyFaces Core
          Issue Type: Bug
            Reporter: Dirk Schaube


The method javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE if the maximum is not set. According to the JavaDoc on java.sun.com it should return 0 ("Return the maximum length to be enforced by this Validator, or 0 if the maximum has not been set.").

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.