Siebel Developer's Reference > Siebel Web Engine Tags > Program Logic Tags >

Iterate Rows Tag


The for-each-row tag iterates each record that SWE displays in a list applet. It creates columns of data that SWE displays in a list applet. It uses the following format:

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

where:

  • count. Specifies the maximum number of records to iterate. If the number of records that the list applet contains is less than this count, then the tag only iterates for the number of records that the list applet contains.

You can use this tag only in a Base template for a list applet.

Siebel Developer's Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.