Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:listloop
Iterates a list.
Syntax
<ics:listloop listname="some list" [maxrows="number of loops"] [startrow="start row"] [endrow="end row"]/>Parameters
listname (required)- Name of the list to iterate.
maxrows (optional)- Maximum iterations the loop should be executed. If
maxrowsis omitted, the loop iterates to the end of list.
startrow (optional)- Row number to start the iteration. If omitted,
ics:listloopbegins 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
errnois unchanged.Example
<ics:listloop listname="MyList" startrow="5" maxrows="30"> <ics:listget listname="MyList" fieldname="Color"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.