Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.2
-
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; }