UI-Component Sets
Project Documentation

Summary

Tag name: <f:validateLongRange>
Validator class: javax.faces.validator.LongRangeValidator
Tag class: org.apache.myfaces.taglib.core.ValidateLongRangeTag
validator id: javax.faces.LongRange
Creates a validator and associateds it with the nearest parent UIComponent. When invoked, the validator ensures that values are valid longs that lie within the minimum and maximum values specified. Commonly associated with a h:inputText entity. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of JSF Specification

Attributes

Name Type Supports EL? Description
binding javax.faces.validator.LongRangeValidator Only EL A ValueExpression that evaluates to a LongRangeValidator.
disabled Boolean Yes
for String Yes
maximum long Yes The largest value that should be considered valid.
minimum long Yes The smallest value that should be considered valid.