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 |
profile | false | false | javax.el.ValueExpression
(must evaluate to java.util.Set )
| This attribute is reserved till the implementation of JavaBean Validation feature (JSR-303). |
summary | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Summary message for a validation errors. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current value for this component. |