Portal Utilities
Tag counter


Description

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.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.