Re: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Engr. Jherald Gerome Lacambra
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-urihttp://displaytag.sf.net/taglib-uri taglib-locationdisplaytag.tld/taglib-location

RE: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Varun Deep
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

Re: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Jim Kiley
You are missing the Apache commons-lang jar from your classpath. http://commons.apache.org/lang/ has what you need. On Fri, May 23, 2008 at 5:47 AM, Varun Deep [EMAIL PROTECTED] wrote: I really thankful for you advice I implemented the thing in the way you suggest me. but when I put the

Problem with implementation of pagination with display tag in Struts2

2008-05-22 Thread Varun Deep
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