/ Published in: Java
URL: http://eisabainyo.net/weblog/introduction-to-jsp-standard-tag-library-jstl-basics/
Expand |
Embed | Plain Text
<c:forEach items="${result}" varStatus="status" var="item"> ${item.title} </c:forEach>
You need to login to post a comment.
