Attributes |
Name | Required | Binding Type | EL | Default | Description |
detail | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "''{0}'': do not match regexp" | A detailed description of a validation error. The default value is specified in the OpenFaces Message Bundle. |
pattern | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | String representation of a regular expression in the appropriate form in JavaScript. |
summary | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "ReqExp Validator Error" | A summary description of a validation error. The default value is specified in the OpenFaces Message Bundle. |