Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <c:forEach >
  2. <c:if test="${abcd:processNextRow (bean) eq 'true'}">
  3. <!-- This is the condition that should exit the 'while' loop. -->
  4. ${bean.arrayVar[0]}
  5. </c:if>
  6. </c:forEach>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement