nxu

Tag repeat

Attributes 
NameRequiredTypeDescription
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable representing each iteration item. Must be a string.
itemsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value binding representing the object to iterate on. Available since 5.7.
itemsIdfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Identifier for the iteration loop: if this id changes on ajax re-render, JSF subcomponents will be re-created. When this attribute is not filled, the string representation of the iteration list is used instead. Available since 5.7.
beginfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Element to start with (0 = first item, 1 = second item, ...). Available since 5.7.
endfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Element to end with (0 = first item, 1 = second item, ...). Available since 5.7.
stepfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Iteration will only process every step items of the collection, starting with the first one. Available since 5.7.
indexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable representing the iteration index.
varStatusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported scoped variable for the status of the iteration. Object exported is of type javax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested visibility. Available since 5.7.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value binding representing the object to iterate on. Deprecated since 5.7, use "items" attribute instead.

Output generated by Vdldoc View Declaration Language Documentation Generator.