I really thankful for you advice I implemented the thing in the way you suggest me. but when I put the Following code in the page it giving me the following exceptional message.
The line I put in the code: <%@ taglib uri="http://displaytag.sf.net" prefix="display"%> <s:set name="list" value="listOfEmployee" /> <display:table name="list" pagesize="4" id="empresult"> <display:column property="name" title="Name" /> </display:table> Exceptions: 1. javax.servlet.ServletException:rg/apache/commons/lang/UnhandledException 2. java.lang.NoClassDefFoundError:org/apache/commons/lang/UnhandledExceptio n 3. java.lang.ClassNotFoundException:org.apache.commons.lang.UnhandledExcept ion please help me in this thanks varun -----Original Message----- From: Engr. Jherald Gerome Lacambra [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 11:03 PM To: Struts Users Mailing List Subject: Re: Problem with implementation of pagination with display tag in Struts2 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]