Double Range - f:validateDoubleRange

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

Output generated by Vdldoc View Declaration Language Documentation Generator.