Attributes |
Name | Required | Binding Type | EL | Default | Description |
detail | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "''{0}'' must be equal to the ''{1}''" | A detailed description of a validation error. The default value is specified in the OpenFaces Message Bundle. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The identifier of the component whose value must be equal to the value of the component this validator is assigned to. |
summary | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Equal Validator Error" | A summary description of a validation error. The default value is specified in the OpenFaces Message Bundle. |