Validator that compares a String length against the specified minimum and maximum settings. Validation failure results in a ValidatorException. The Length Validator is a standard JSF validator.
Info | Value |
---|---|
Validator ID | javax.faces.Length |
Handler Class | None |
Description | Validates that the input is of the specified length. (length is an int value) |
Palette Location | JSF Core/Validator/Length |
Name | Required | Type | Description |
---|---|---|---|
maximum | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The maximum number of characters allowed |
minimum | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The minimum number of characters allowed |
Output generated by Vdldoc View Declaration Language Documentation Generator.