A JSP is a servlet before compilation. You can use everything you use in a servlet, just be careful with the whitespace outside the code tags.
----- Original Message ----- From: "Audrey White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 19:35 Subject: [iText-questions] call PDF as ByteArrayOutputStream from JSP > Hello, > > I'm working on a web app that consists of JSPs and a java bean that > accesses the database. I am working with Tomcat 4. I have a set of > PDFs in a directory within my context that need to be presented to each > user with their data written in at the end. Since multiple users will > be calling these files I would not like to write a file back to the > server. From what I can see, the only way to do this is through a > Servlet. Is there any other way to get the ByteArrayOutputStream by > calling it from a JSP? > > Thanks, > Audrey White > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
