2013-12-10 29 views
0

我使用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,有什麼我必須使用?特別顯示:標題。 在此先感謝,

回答

0

有沒有display:header
請參閱文檔here

0

我解決了問題。是的,有<display:header>。但是,我先使用了displaytag-1.1.1.jar。而不是這個jar,我使用了displaytag-1.2.jar並且問題已經解決了。 Regards,