Re: [iText-questions] problems with generate PDF with jsp & itext

2003-08-19 Thread Bruno
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 happen

Re: [iText-questions] problems with generate PDF with jsp & itext

2003-08-18 Thread rk
hello! On Tue, 19 Aug 2003, Frankie wrote: > //error message > org.apache.jasper.JasperException: getOutputStream() has already been > called > for this response > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:2 > 54) > at > org.apache.jasper.servlet.JspServle

[iText-questions] problems with generate PDF with jsp & itext

2003-08-18 Thread Frankie
i am new in java and JSP...pls help! i have write a JSP program to generate a PDF file... i can running well in windows with Tomcat server only, but when i running in Linux(Apache+tomcat), It have following errors!! //error message org.apache.jasper.JasperException: getOutputStream() has a