Steve Raeburn wrote:
You need to use the status variable to get the current loop index.

<c:forEach begin="3" end="20" step="3" varStatus="status">
    <c:out value="${status.index}"/>
</c:forEach>

Steve http://www.ninsky.com/struts/

Hi Steve,
thanks for answering. Unfortunately, this does'nt solve my problem, which is kind of really basic.
It seems that *any* usage of forEach results in the subjects' exception.
This would'nt be so odd if "<c:out" also would fail, but it does'nt.


Regards,
Thilo.



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



Reply via email to