IllegalStateException when delivering a PDF

2007-10-26 Thread Benjamin Ernst
Hi guys, I am delivering a PDF-Document with wicket like this: Document document = new Document(); String filename = bestandsfax.pdf; ByteArrayOutputStream baos = new ByteArrayOutputStream(); PdfWriter.getInstance(document, baos);

Re: IllegalStateException when delivering a PDF

2007-10-26 Thread martinf
to get rid of it? Regards, Benjamin -- View this message in context: http://www.nabble.com/IllegalStateException-when-delivering-a-PDF-tf4696461.html#a13426118 Sent from the Wicket - User mailing list archive at Nabble.com

Re: IllegalStateException when delivering a PDF

2007-10-26 Thread Benjamin Ernst
-when-delivering-a-PDF-tf4696461.html#a13426118 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]