Myfaces Commons Validator Tag Library 2.0.
Tag validateRegExpr


A custom validator for reg. expr., based upons Jakarta Commons. Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.commons.validator.ValidateRegExprTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
patternfalsefalsejava.lang.Stringthe pattern, which is the base of the validation. It does not allow EL expressions (jsp special case).
patternExpressionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
the pattern, which is the base of the validation. It allow EL expressions.
summaryMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
alternate validation error summary message format string
messagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)
detailMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)
forfalsefalsejava.lang.String{@inheritDoc}

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.