Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Value is matched by regexp exactly.Info | Value |
---|---|
Validator ID | com.webmethods.caf.faces.validator.ExactRegExp |
Handler Class | None |
Description | Value is matched by regexp exactly. |
Name | Required | Type | Description |
---|---|---|---|
pattern | true | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Regular Expression pattern to match to. |
customErrorMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Custom message for validation errors. |
showCAFErrorMsg | false | javax.el.ValueExpression
(must evaluate to boolean )
| Include the CAF error message with the custom error message. |
Output generated by Vdldoc View Declaration Language Documentation Generator.