q
Tag regExpValidator


The RegExpValidator ensures that the value being validated matches the pattern described as a regular expression in the "pattern" attribute.


Tag Information
Tag Classteamdev.jsf.taglib.RegExpValidatorJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
detailfalsejava.lang.Stringtrue"''{0}'': do not match regexp"A detailed description of a validation error. The default value is specified in the QuipuKit Message Bundle.
patterntruejava.lang.StringtruenullString representation of a regular expression in the appropriate form in JavaScript.
summaryfalsejava.lang.Stringtrue"ReqExp Validator Error"A summary description of a validation error. The default value is specified in the QuipuKit Message Bundle.

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.