我使用Spring 2.5 mvc。我從數據庫導出數據到excel。我所做的一切,但是當我嘗試使用顯示器頭部像下面jsp中display header的taglib是什麼
<display:header>
<thead id="aaa">
<tr>
</tr>
</thead>
</display:header>
它給了我一個標籤庫錯誤 我加入這個標籤庫。
<%@ taglib prefix="display" uri="http://displaytag.sf.net"%>
除了這個taglib,有什麼我必須使用?特別顯示:標題。 在此先感謝,