Pagination problem with struts2,Please Please help me.

2008-05-26 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

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 Action

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 s:property value=employeeList.size() / 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

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

2008-05-25 Thread vdeep
Yes, s:property value=employeeList.size() / 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

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, s:property value=employeeList.size() / giving value 8

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 prefix=h

pagination problem pls rectify this error its very urgent for me

2007-05-08 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows i use 2 links next and previous in this application but next link is not disapppearinng when it reaches the last record pls check the condition and clear my doubt this pls its very urgent for me the

[OT] Re: pagination problem pls rectify this error its very urgent for me

2007-05-08 Thread Dave Newton
--- jalal udeen [EMAIL PROTECTED] wrote: I have to use pagination in jsp so i did it with logic:iterate tag as follows One reason you may not be getting an answer is that this has nothing to do with Struts. % String strOffset =0; if(request.getParameter(pagination)!=null)

pagination problem

2007-05-06 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disapppearinng when it reaches the last one can any help me for this pls the code follows % String strOffset =0;

pagination problem in jsp

2007-05-04 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disspearinng when it reaces the last one can any help me for this the code follows % String strOffset =0;