Hi all,
I have a servlet which has to generate HTML tables from the data retrieved
from the data base. I supposed to generate reports for multiple days and the
report for each date may have 40 t0 48 rows in table.
I generated a table for each day and Iam generating tables for all the days
as per user request. Im using the same code to generate a table for a day,
Im getting the problem when I have to generate more than 30 days( some tags
are mising in the generated HTML, some text is appearing which I haven't
write into the stream) causing the display in browser very awkward and some
data also missing,
Im using PrintWriter Stream, writing in to the stream with println()
method,. Is there any limit on output size, do I have to use any other
stream. for info Iam using AIX 4.2 with Netscape enterprise Server,
Websphere 2.0, Visual Age for Java 2.0)
Please help me out
Thanks in advance

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to