Is there a way to loop over a counter (not over a collection) in either struts or jstl? Looked like logic:iterate and c:forEach both require a collection.

Something like this:

<c:for begin="1" end="5">
</c:for>

I really don't want to create a collection of Integer objects to get around this...any ideas?
--
Frank Maritato


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to