I'm just beginning to author a servlet which generates a PDF document (for
the browser) from data in a database.  I'm having problems with it where,
when I have certain lines of code in the servlet, I get an empty browser
(not even an empty PDF doc).  I must be throwing exceptions that I'm not
seeing.  What I want to know is if anyone knows how to display the
exceptions in a browser window if the PDF doc doesn't get created.  The
following lines don't seem to work for me.

catch (Exception e)
{
   System.err.println(e.getMessage());
}

Any ideas?  Thanks,
Kenny



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to