RE: Iterator - determining that this is the first time through

2001-12-20 Thread tnist
AM To: [EMAIL PROTECTED] Subject: Iterator - determining that this is the first time through Hi folks, If I have a two collections, one representing the rows, and one representing the columns for a given row and I want to take some action based on the first iteration of the columns collection

Iterator - determining that this is the first time through

2001-12-20 Thread Todd G. Nist
Hi folks, If I have a two collections, one representing the rows, and one representing the columns for a given row and I want to take some action based on the first iteration of the columns collection (say make it a html:link and pass a map for parameters), how can I determine that this is the fi