| 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 |
| includedNode | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| This boolean expression is used to define which elements are processed. Default value is "true". |
| nodes | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| Defines collection to use at the other (non-top) levels of iteration |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| var | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A request-scope attribute via which the data object for the current collection element will be used when iterating |