Dear friends,

can you tell me if it is possible to break a simple forEach loop
premature. The following doesn't work:

<c:forEach begin="1" end="30" varStatus="status">
  ${status.count}<br>
  <c:if test="${status.count==10}">
    <c:set var="status.count" value="31" />
  </c:if>
</c:forEach>

Thanks in advance,

...Rolf


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

Reply via email to