Actuate Information Console custom tags : iterator

iterator

Supports iterating through the contents of lists and retrieving specified parameters. The iterator tag populates its invoking JSP with the contents of the list. Information Console and Management Console JSPs make extensive use of the iterator tag to process lists.

Library

common

Tag class

com.actuate.reportcast.tags.common.IteratorTag

Attributes

Table 8-17 lists and describes the attributes for iterator.

Table 8-17  Attributes for iterator 
Fully qualified name representing the type of listed objects through which to iterate.

Variables

isLastRow: False while iteration is in progress. True when iteration reaches the last row.

Used in

<context root>\viewer\viewdefault.jsp

Example

The following example iterates through a list of job notices:

<cmn:iterator name="igjn" type="com.actuate.reportcast.dstruct.JobNotice"
content="gjn">

(c) Copyright Actuate Corporation 2011