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

Reply via email to