You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Smith <sa...@home.com> on 2000/11/18 01:48:24 UTC

Re: Servlet output page by page.

Mark,

You have not given any useful details
about what you are doing. If you are
pulling the data off a database, you
can control the output using select
SQL statements.


Dave
  ----- Original Message ----- 
  From: Mark Koscak 
  To: tomcat 
  Sent: Sunday, December 17, 2000 3:55 PM
  Subject: Servlet output page by page.


  Hello everyone,

  I have build a Servlet application that creates a single HTML page with up to 1300 rows in a table.

  Can anyone give me some links or advice on how I can break this output into HTML pages with say 100 rows per table, with a corresponding selection bar at the bottom of each screen, giving the user access to any page they click on?

  Thanks in advance.

  Mark