JSF Length Validator

See Also

A Length validator is used to validate that the length of text entered for a component is no shorter or longer than the values you specify for the validator's min and max properties. The validation occurs after the page is submitted. Typically, the way you add a validator to a JavaServer Faces component is to edit the component's validator property, which provides a drop down list from which you can select a validator.

See Also
Common Component Properties
About the Visual Web Palette

Legal Notices