Hi Luca, You could also try our product TICL at http://www.kobrix.com. It has custom JSP tags that do all that automatically.
Cheers, Boris Luca Ventura wrote: >Thanks everybody (panos, Nagarajan...) for the help about this topic. > >I will let you know if I will have some problems to implement your >solutions. > >In the meantime all other suggestions about the problem are appreciated. > >Thanks, > > Luca > >-----Messaggio originale----- >Da: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]Per conto di Panayiotis Periorellis >Inviato: giovedi 16 maggio 2002 16.18 >A: [EMAIL PROTECTED] >Oggetto: Re: How can I show many records to a user? > > >By the way I remember when I had to do something similar although there >was no trouble tracking the users navigation as long as he pressed on >the buttons I had on the web page I had trouble figuring out his moves >when he was using the browsers buttons... There is a solution for this >but I'lll come back t you when you get to that point. > >panos > >-----Original Message----- >From: Luca Ventura [mailto:[EMAIL PROTECTED]] >Sent: 16 May 2002 14:52 >To: [EMAIL PROTECTED] >Subject: How can I show many records to a user? > > >Hello everybody! > >I am developing a Web application that for every user: > >1) Receives the request; >2) Accesses to a database to get the data (records) required; >3) Show the records found in the database to the users. > >So I used a jsp page that makes this job for me but I have the following >problem: >given that the records (and each of them can have more fields) to show >could be thousands I can't insert all of them in the same html page; so >I would like to show them like many search engines do (like google or >Altavista): that is to say using different pages and giving the possibly >to move from a page to another. Anyway I want to be able to decide the >layout to use to show the results that can be different from that one >used from google or Altavista. > >How can I do it? Any idea? > >Thanks a lot in advance. > > Luca > >======================================================================== >=== >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 > >========================= >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 > >=========================================================================== >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 > =========================================================================== 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
