2013年10月1日星期二

Solving

forEach want to achieve struts tag line , such as his two How

code
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

没有评论:

发表评论