nxu
Tag repeat
Facelet tag handler that performs an iteration.
This handler is different from the standard one because it performs a real iteration on the tree structure, instead of keeping the same components and saving their state in each of the iteration.
A real iteration is the only viable solution when using variables that will have an impact on the tree structure, like a layout name and mode.
Example:
<nxu:repeat value="#{layoutNames}" var="layout"> <nxl:layout name="#{layout}" value="#{document}" /> </nxu:repeat>
Tag Information |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | None |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
value | false | false | java.lang.String | Value binding representing the object to iterate on. |
var | false | false | java.lang.String | Name of the variable representing each iteration item. Must be a string. |
index | false | false | java.lang.String | Name of the variable representing the iteration index. Must be a string. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.