JSF Core Facelets Tag Library.
Tag validateRegex


RegexValidator is a {@link javax.faces.validator.Validator} that checks the value of the corresponding component against specified pattern using Java regular expression syntax. The regular expression syntax accepted by the RegexValidator class is same as mentioned in class {@link java.util.regex.Pattern} in package java.util.regex.

The following algorithm is implemented:



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

Attributes
NameRequiredRequest-timeTypeDescription
patterntruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Return the ValueExpression that yields the regular expression pattern when evaluated.
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.RegexValidator)
A ValueExpression that evaluates to a RegexValidator.

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.