Display records like google, HOW ??

2001-03-28 Thread sufi malak
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 ? Thanks lot _ Get your

Re: Display records like google, HOW ??

2001-03-28 Thread Marino Vittorio
Just work on the ResultSet and ResultMetaData classes. Ciao, Vittorio -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: mercoled 28 marzo 2001 17.25 To: [EMAIL PROTECTED] Subject: Display records like google, HOW ?? I am trying to display records like the way done

Re: Display records like google, HOW ??

2001-03-28 Thread Christopher K. St. John
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

Re: Display records like google, HOW ??

2001-03-28 Thread Mirek Chowaniok
PROTECTED] ASTWEB.ITcc: Sent by: A mailingSubject: Re: Display records like google, HOW ?? list about Java Server Pages specification and reference

Re: Display records like google, HOW ??

2001-03-28 Thread Julia Reynolds
Sufi, Check out this jsp tag at jsptags.com which does exactly what you are describing: http://jsptags.com/tags/navigation/pager/ Julia 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

Re: Display records like google, HOW ??

2001-03-28 Thread James Klicman
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

Re: Display records like google, HOW ??

2001-03-28 Thread sufi malak
Thank you, it's cool From: Julia Reynolds [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 10:21:06 -0600 Sufi, Check out this jsp

Re: Display records like google, HOW ??

2001-03-28 Thread sufi malak
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

Re: Display records like google, HOW ??

2001-03-28 Thread James Klicman
-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

Re: Display records like google, HOW ??

2001-03-28 Thread Karau, Joe
1 12:19 PM To: [EMAIL PROTECTED] Subject: Re: Display records like google, HOW ?? Hi, thanks, I got them, I put page-taglib.tld in /WEB-INF/tlds/pager-taglib.tld the pager-demo.jsp and in pager-demo.jsp I have : %@ page session="false" % %@ taglib uri== "/WEB-INF/tlds/pager-taglib

Re: Display records like google, HOW ??

2001-03-28 Thread sufi malak
tion and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Display records like google, HOW ?? Date: Wed, 28 Mar 2001 12:44:12 -0600 Not sure, but willing to bet that it is because you're uri attribute has two "=" before the value of it. Joseph Karau Kingland Sys

Re: Display records like google, HOW ??

2001-03-28 Thread Tim Hengst
specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Display records like google, HOW ?? Date: Wed, 28 Mar 2001 12:44:12 -0600 Not sure, but willing to bet that it is because you're uri attribute has two "=" before the value of it. Joseph Karau Kingland Sys

Re: Display records like google, HOW ??

2001-03-28 Thread sufi malak
[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 09:05:26 -0800 Everything is in the jar file. You can jar xvf or unzip it. jar xvf