I am using Spring 2.5 mvc. I export data from database into excel. I did everything but when I try to use display header like below
<display:header>
<thead id="aaa">
<tr>
</tr>
</thead>
</display:header>
it gives me an taglib error I added this taglib.
<%@ taglib prefix="display" uri="http://displaytag.sf.net"%>
Apart from this taglib, is there anything that I must use? Especially display:header. Thanks in advance,
There is no
display:header
.See docs here.