JSTL forEach döngüsündeki sayımı kullanmak istiyorum, ancak kodum çalışmıyor gibi görünüyor.
<c:forEach items="${loopableObject}" var="theObject" varStatus="theCount">
<div id="divIDNo${theCount}">
</div>
</c:forEach>
üretir
<div id="divIDNojavax.servlet.jsp.jstl.core.LoopTagSupport$1Status@5570e2" >
getIndex()
:)