Portal Utilities
Tag counter


Create a loop. The body of the tag is executed once for each value of the loop counter.


Tag Information
Tag Classcom.bea.p13n.taglib.util.CounterTag
TagExtraInfo Classcom.bea.p13n.taglib.util.CounterTagExtraInfo
Body ContentJSP
Display NameCounter

Attributes
NameRequiredRequest-timeDescription
minCounttruetrue The initial value of the counter for the loop.
maxCounttruetrue The final value of the counter for the loop.
typefalsetrue The type of the counter. Possible values are int or long. Default is int.
idtruetrue The name of a variable which will hold the counter. Its type is either Integer or Long, depending upon the setting of type.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}