Rashel Shehata wrote:
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

${repeaterLoop.index}

--
Kamal Bhatt


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

Reply via email to