Hi,
How do i get access to the loop index variable in a jx:forEach Loop?
I have
<jx:forEach var="item" items="${cocoon.session.getAttribute('array')}" >
...
</jx:forEach>I want teh index of the array that is accesed at each loop many Thanks
Hi,
How do i get access to the loop index variable in a jx:forEach Loop?
I have
<jx:forEach var="item" items="${cocoon.session.getAttribute('array')}" >
...
</jx:forEach>I want teh index of the array that is accesed at each loop many Thanks