Hello,

I have a small problem with JSP and i'm sure you could help
me :-)

In ASP it is possible to use virtal pages to make an access
to a Database.
It exists for example PageSize, PageCount and AbsolutePage
on a recordSet.
By this way you can automatically display a small number of
records on each web page.

Do you know if it is possible to do the same thing with JSP
? either directly with JSP or with a special bean ?

In fact my problem comes from a big number of records to
display and to print. But unfortunately it is not possible
to make page Breaks on the printer and displaying the header
of my table on all new pages. that's why i am trying to make
pagination. If you know how to send a pageBreak to the
client printer ... ?

Here is my email : [EMAIL PROTECTED]


Thanks for your help
--
PM

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to