Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> The EmployeeList is coming from the

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Engr. Jherald Gerome Lacambra
One of my samples: <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="display" uri="http://displaytag.sf.net"%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"; %> <%@ taglib pr

Yes RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:17 PM To: 'Struts Users Mailing List' Subject: RE: Pagination problem with struts2,Please Please help me. Yes, giving value 8 for this. -Original Message- From: Musac

RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread vdeep
Yes, giving value 8 for this. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:07 PM To: Struts Users Mailing List Subject: Re: Pagination problem with struts2,Please Please help me. Are you sure there is data on that list? try this on

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Musachy Barroso
Are you sure there is data on that list? try this on your page musachy On Mon, May 26, 2008 at 12:53 AM, Varun Deep <[EMAIL PROTECTED]> wrote: > Request to All > > I am using pagination with display tag in struts2. Following is the code > I included in my jsp file. > I also include all the jar

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> The EmployeeList is coming from the A