| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| A writable ValueExpression to store this component instance into on request. |
first | false | false | javax.el.ValueExpression
(must evaluate to int )
| The index of the first index to render in the value list. The index is zero-based. If the value is greater than the size of the value list, no entries will be rendered. |
id | false | false | java.lang.String | The ID of this component. |
idVar | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The variable that should contain the current index in the collection. |
limit | false | false | javax.el.ValueExpression
(must evaluate to int )
| The count of elements to render in the value list. |
prependId | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Boolean attribute to determine whether this component should prepend its id to its descendent components' IDs during the clientId generation process. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A flag indicating whether this component should be rendered. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The collection value to iterate over. The value may be an instance of Iterable , or it may be an array. If it is neither of these types, a singleton list will be created around the value. |
var | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The variable that should contain the current element in the collection. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |