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