0
<table border="0" cellspacing="1" cellpadding="0" width="100%" class="boxtbl">
<th rowspan="2" class="fntnrml" colspan="5">Trip ID</th>
<bean:write name="loan" property="tripID1" />
<td><html:checkbox property="ZAXY" /></td>
<td><bean:write name="loan" property="Profile11" /></td>
<td><bean:write name="loan" property="StartDt11" /></td>
</table>
如何迭代上表?我讀到只有集合可以迭代。但我也在使用<td>
內的「複選框」。怎麼做?如何使用Struts標記在JSP中迭代表格?
感謝您的答覆。 。但我使用struts1。這是什麼語法。 – 2010-02-04 06:00:10
你可以像上面一樣使用<%@ taglib uri =「/ struts-tags」prefix =「s」%> taglib到你的jsp或者你可以使用JSTL core TAG –
2010-02-04 06:45:28