1. Put the display tag libraries on WEB-INF/lib folder
2. Put the displaytag.tld on WEB-INF folder
3. add the code the ff codes on you web.xml
<jsp-config>
<taglib>
<taglib-uri>http://displaytag.sf.net</taglib-uri>
<taglib-location>displaytag.tld</taglib-location>
</taglib>
</jsp-config>
And now you are good to go.
2008/5/23 Varun Deep <[EMAIL PROTECTED]>:
> To all
>
> Hi, I want to implement pagination on my web application, for that I
> want to use the "display tag". Can any one tell or suggest the step by
> step process needed to implement the "display tag"(means how to
> configure the struts2 application). I am using Struts2. I will be very
> much thank full to you.
>
> Thanks in advace
>
> Varun
>
>
--
Jherald Gerome Lacambra