Siebel Developer's Reference > Siebel Web Engine Tags >

swe:for-each-row


This tag 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 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.