Za! How did I miss that...

Thanks for the reply Bear.
Also thanks for the alternate suggestion. In my case though, it's a bit more complicated, and I need my <c:forEach> index for something else. If you're interested,.. I've got this big list of items I'm looping through:
for example, an alphabetized list of names:
and the page I'm rendering has a fixed number of columns of text to place those items in -- that is, say, 4 columns for each letter. After we're done with the A's, put in a <div> and move onto the B's. And so on.
The "counter" variable is there to tell me how many items I've written in a given column (i.e. "you've written 4 A's so far") -- when it hits some predetermined number (like, say, 5 items for this column), extra logic comes in to end the current column and start a new one.
Thanks again,
---John
[ August 31, 2005: Message edited by: John M. Gabriele ]