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.


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.