Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

ics:listloop

Iterates a list.

Syntax

Parameters

listname (required)
Name of the list to iterate.

maxrows (optional)
Maximum iterations the loop should be executed. If maxrows is omitted, the loop iterates to the end of list.

startrow (optional)
Row number to start the iteration. If omitted, ics:listloop begins iterating from the current row.

endrow (optional)
Row number of the row to end the iteration. If omitted, the iteration continues to the end of list.

errno

The value of errno is unchanged.

Example

See Also

ics:if

ics:listget

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.