gd
Tag repeat


Repeat the content a given number of times.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
A writable ValueExpression to store this component instance into on request.
firstfalsefalsejavax.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.
idfalsefalsejava.lang.StringThe ID of this component.
idVarfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The variable that should contain the current index in the collection.
limitfalsefalsejavax.el.ValueExpression
(must evaluate to int)
The count of elements to render in the value list.
prependIdfalsefalsejavax.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.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A flag indicating whether this component should be rendered.
valuefalsefalsejavax.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.
varfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The variable that should contain the current element in the collection.

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.