2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.


Shale Validator JSF Tags
Tag integer


Validates integer input for both format and range restrictions.


Tag Information
Tag Classorg.apache.shale.validator.tag.IntegerValidatorTag
TagExtraInfo ClassNone
Body Contentempty
Display NameInteger Validator

Attributes
NameRequiredRequest-timeTypeDescription
clientfalsefalsejava.lang.StringFlag indicating whether this validation should be enforced on the client side as well as the server side. If not specified, the default is "true".
maximumfalsefalsejava.lang.StringUpper limit on legal values for this component. If not specified, no upper limit is enforced.
messagefalsefalsejava.lang.StringError message template for reporting validation errors. If not specified, the default value from either the application message resource bundle, or the default resource bundle, will be used.
minimumfalsefalsejava.lang.StringLower limit on legal values for this component. If not specified, no lower limit is enforced.

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.