主题:JSP中如何在一行显示两条记录
<table border="1" width="300">
<tr>
<th>
<c:out value="${bindings.CategoryView1.labels['Name']}"/>
</th>
<th>
<c:out value="${bindings.CategoryView1.labels['Picture']}"/>
</th>
</tr>
</table>
我想请问大家,上面的这段程序如何修改可以在一行显示两条记录,谢谢~!急!!我在线等待,因为这是我的课程设计,星期一就要交,麻烦大家拉~!
<tr>
<th>
<c:out value="${bindings.CategoryView1.labels['Name']}"/>
</th>
<th>
<c:out value="${bindings.CategoryView1.labels['Picture']}"/>
</th>
</tr>
</table>
我想请问大家,上面的这段程序如何修改可以在一行显示两条记录,谢谢~!急!!我在线等待,因为这是我的课程设计,星期一就要交,麻烦大家拉~!