Do not do that , oh
------ Solution --------------------------------- -----------
<tr>
<c:forEach items="${map}" var="note" varStatus="status">
<c:if test="${status.index%2==0}">
</tr>
<tr>
</c:if>
<td>${note.key }</td>
<td>${note.value }</td>
</c:forEach>
</tr>
for reference
------ For reference only -------------------------------- -------
Thank
没有评论:
发表评论