| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The attribute takes a value-binding expression for a component property of a backing bean |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| profiles | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| This attribute defines JavaBean Validation 'groups' feature (JSR-303). It is ignored if Hibernate Validator is used. |
| summary | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Summary message for a validation errors. |
| type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| JSF Validator type, that implements GraphValidator interface.This validator is used for the Graph and input fields validation. |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The current value for this component. |