<c:forEach get next row within current row
843838Oct 11 2005 — edited Nov 10 2005Hey, I am not familiar with jstl and here is the question that I have.
I need to have the following:
<c:forEach var="row" items="${rs.rows}">
here i need to have rs.rows+1 (next row)
</c:forEach>
Basically, I need to have next row of current row in forEach tag.
How can I do that?
Thank you.