| |||||||
FRAMES NO FRAMES |
Use this tag as an alternative to h:dataTable
or c:forEach
, especially when you are using the jsfc
feature of Facelets. You can specify this component as the value of the jsfc
attribute, like this: <div... jsfc="ui:repeat" value="#{contacts}" var="contact">...
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
The name of a collection of items that this tag iterates over. That collection can also map or an array. If the collection is null, this tag does nothing. | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |