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

For more information, please explore the Attic.


Shale Framework Core JSF Components and Tags
Tag commonsValidator


Provides access to Commons Validators. @deprecated Use the "commonsValidator" tag from tag library "http://shale.apache.org/validator" (in shale-validator-xxx.jar) instead of this tag.


Tag Information
Tag Classorg.apache.shale.validator.faces.ValidatorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameCommons Validator

Attributes
NameRequiredRequest-timeTypeDescription
typefalsefalsejava.lang.StringThe type of validator associated with this tag
minfalsefalsejava.lang.StringThe minimum valid value
maxfalsefalsejava.lang.StringThe maximum valid value
minlengthfalsefalsejava.lang.StringThe minimum valid length of the field
maxlengthfalsefalsejava.lang.StringThe maximum valid length of the field
maskfalsefalsejava.lang.StringA regular expression to which the value must conform
datePatternStrictfalsefalsejava.lang.StringA date pattern using syntax defined in java.text.SimpleDateFormat
messagefalsefalsejava.lang.StringA message displayed when validation fails
argfalsefalsejava.lang.StringA value that's plugged into the message
clientfalsefalsejava.lang.StringIf true, validation is performed on the client
serverfalsefalsejava.lang.StringIf true, validation is performed on the server

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.