Siebel Developer's Reference > SWE Tags >

swe:for-each-row


Purpose

Iterates over each record that is displayed in a list applet. This tag is used to create columns of data for showing list applets.

Usage

<swe:for-each-row count="x"/>

Attributes

Count. The maximum number of records to iterate. If the actual number of records in the list applet is less than the value specified in the count, then the tag iterates only for the actual number of records.

Restrictions

Can be used only in Base templates for List Applets.

Siebel Developer's Reference