You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jay Palaniappan (JIRA)" <de...@myfaces.apache.org> on 2010/12/01 22:32:11 UTC

[jira] Created: (MYFACES-2989) Error: f:validateLongRange tag requires a minimum and / or a maximum have to be specified

Error: f:validateLongRange tag requires a minimum and / or a maximum have to be specified
-----------------------------------------------------------------------------------------

                 Key: MYFACES-2989
                 URL: https://issues.apache.org/jira/browse/MYFACES-2989
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 2.0.2
         Environment: Glassfish V3, Myfaces core
            Reporter: Jay Palaniappan


As per the JSF spec  <f:validateLongRange> does not require a maximum or a miniumum attribute but in the implementation, ValidateLongRangeTag  creates the validator from its super class GenericMinMaxValidatorTag which requires either a maximum or a minimum value. 

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