Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

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.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.