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.