Quoting Frankie <[EMAIL PROTECTED]>:

> i am new in java and JSP...pls help!

You really should start with Servlets before you try working with JSP.
Your error is one of the most common JSP pitfalls. It is (or should be)
documented in every JSP tutorial. You would directly understand what
is happening if you understood the Servlet mechanism.

When using JSP the OutputStream is opened internally.
You can't open the OutputStream a second time.

br,
Bruno


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to