Length - f:validateLength

Validator Information 
InfoValue
Validator IDjavax.faces.Length
Handler ClassNone
Description Validates that the input is of the specified length. (length is an int value)
Palette LocationJSF Core/Validator/Length
Attributes 
NameRequiredTypeDescription
maximumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The maximum number of characters allowed
minimumfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The minimum number of characters allowed

Output generated by Vdldoc View Declaration Language Documentation Generator.