Everything is in the jar file. You can jar xvf or unzip it.

jar xvf pager-taglib-1.1.jar

or

unzip pager-taglib-1.1.jar

-James

On Wed, Mar 28, 2001 at 04:40:09PM -0000, sufi malak wrote:
> Hi, thanks for the link, but when downloading I got only the jar file ,
> there is no examples or pager-taglib.tld, please where are they ?
> Thanks
>
>
> >From: James Klicman <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> >     reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: Display records like google, HOW ??
> >Date: Wed, 28 Mar 2001 08:30:33 -0800
> >
> >You can create paging navigation identical to google.com by using the
> >Pager Tag Library. It even has google.com as one of it's example pagers.
> >
> >http://jsptags.com/tags/navigation/pager/
> >
> >-James
> >
> >On Wed, Mar 28, 2001 at 09:59:31AM -0600, Christopher K. St. John wrote:
> > > sufi malak wrote:
> > > >
> > > > I am trying to display records like the way done in google.com, with
> >the
> > > > Next and Previous buttons, and pages numbers link, has anybody done is
> >using
> > > > jsp or servlet, could you please explain do they do it ?
> > > >
> > >
> > >  Do a google search, any search. Do a "View Page Source",
> > > or just move your mouse across the page number links.
> > > Look at the format of the URLs: that's how the client side
> > > works. How the server side works depends on your
> > > application. If you're trying to page around through
> > > database results, there's been some dicusssion over in
> > > servlet-interest. Try searching the archives[1] with terms
> > > like "implementing page scrolling" to get one thread (there
> > > are others if you rumage around in the archives)
> > >
> > >
> > > [1] <URL:http://archives.java.sun.com/archives/servlet-interest.html>
> > >
> > >
> > > --
> > > Christopher St. John [EMAIL PROTECTED]
> > > DistribuTopia http://www.distributopia.com
> > >
> > >
> >===========================================================================
> > > 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://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >===========================================================================
> >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://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===========================================================================
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to