Problem in c:foreach tag,
August 24, 2008 at 9:47 PM
In the foreach tag how to solve the following problem and what is the exact behaviour of the below code.
If <c:forEach var="i" varStatus ="status"> <c:if test="${status.index == 0}">this is true</c:if> </c:foreach>
This is the problem we are developing in our own iterator tag.In the above code the functionality is not working if possible any one can explain and send how to solve this problem.If possible send some snnipet of code.
View All Comments
| View Tutorial