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