Long Range - f:validateLongRange

Validator Information 
InfoValue
Validator IDjavax.faces.LongRange
Handler ClassNone
Description Validates that the input is of the specified range. (range is a long)
Palette LocationJSF Core/Validator/Long Range
Attributes 
NameRequiredTypeDescription
maximumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Long)
The maximum number of characters allowed
minimumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Long)
The minimum number of characters allowed

Output generated by Vdldoc View Declaration Language Documentation Generator.