JSF Core Facelets Tag Library.
Tag validateLongRange


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


Tag Information
Tag Classorg.apache.myfaces.taglib.core.ValidateLongRangeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
maximumfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Long)
The largest value that should be considered valid.
minimumfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Long)
The smallest value that should be considered valid.
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.LongRangeValidator)
A ValueExpression that evaluates to a LongRangeValidator.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.