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

Portal Utilities
Tag forEachInArray


Description

Iterate over an array. The body of the tag is executed once for each item in the array.


Tag Information
Tag Classcom.bea.p13n.taglib.util.ForEachInArrayTag
TagExtraInfo Classcom.bea.p13n.taglib.util.ForEachInArrayTagExtraInfo
Body ContentJSP
Display NameFor Each In Array

Attributes
NameRequiredRequest-timeDescription
arraytruetrue The array to iterate. An Object[].
idtruetrue The name of a variable which will hold the value of each item in the array. The object will be of the class defined by the type attribute.
counterIdfalsetrue The name of a variable which will hold the value of a counter indicating the current element in the array, as an Integer.
typetruetrue The class name of the data to be returned in id. The data in the array must be castable to this 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.