Hi Jamshed,

Please provide the complete JSP page, or at least everything
between and including the <pg:pager></pg:pager> tags.

-James

On Sun, Jun 23, 2002 at 11:22:34PM -0700, Jamshed Siddiqui wrote:
> Hi All,
> I am using the jsptags.com's Pager Tag Library in my project.
> I want to display the email addresses of the employees that
> are in total 9, which means that if I set the following attributes
>
> <pg:pager maxIndexPages="<%= 10 %>"
>                maxPageItems = "<%= 3 %>" >
>
> then there should be 3 pages and the iterator should be like 1 2 3  [ Next >> (2) ] .
> But when the page gets diplayed, it shows 1 2 3 4 5 6 [ Next >> (2) ] .
> When I click at 4, 5 or 6, it shows a blank page.
> Can anybody tell me what's going on here?
>
> Jamshed

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to