eXtremeTableJSP表格標(biāo)簽庫
eXtremeTable是一個(gè)可擴(kuò)展的用于以表格的形式來顯示數(shù)據(jù)的一組JSP標(biāo)簽庫.
代碼有如:
<ec:table
items="presidents"
action="${pageContext.request.contextPath}/presidents.run"
imagePath="${pageContext.request.contextPath}/images/*.gif">
<ec:row>
<ec:column property="firstName"/>
<ec:column property="lastName"/>
<ec:column property="termDate"/>
</ec:row>
</ec:table>
評論
圖片
表情
