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 ClassNone
TagExtraInfo ClassNone
Body ContentNone
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsefalsejava.lang.StringValue binding representing the object to iterate on.
varfalsefalsejava.lang.StringName of the variable representing each iteration item. Must be a string.
indexfalsefalsejava.lang.StringName 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.