On Fri, Aug 12, 2005 at 02:07:49PM +0530, Ranendra wrote:
> <c:forEach begin="0" end="10" step="1">
> </c:forEach>
> that should be all right...
> cheers

I think he should need the varStatus as well
<c:forEach begin="0" end="10" step="1" varStatus="it">
iteration : ${it.count}
</c:forEach>

-- 
Eugene N Dzhurinsky

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

Reply via email to