PDF in a JSP ... searching alternative way

2002-06-20 Thread Massimiliano Cuccia
, there is another way to do that task? I don't want to pass the response.getOutputStream() actual parameter ... any ideas?? thanks in advance bye Massimiliano Cuccia

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 18, 2002 7:50 PM Subject: Re: runtime ExceptionInInitializerError: first steps Uncaught exception (java.lang.ExceptionInInitializerError) SVGElementMapping.setupSVG()

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
Ok,thanks ... this is (now) clear!! :-) but why it does not work width the URI??? thanks Massimiliano - Original Message - From: Oleg Tkachenko To: [EMAIL PROTECTED] Sent: Friday, May 17, 2002 11:35 PM Subject: RE: runtime ExceptionInInitializerError: first

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
in the lib folder of fop were included (and no other) fop version 0.20.3 are these information enough??? I Hope!! :-) thanks Massimiliano Cuccia - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 12:56 PM Subject: Re: runtime

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
and the import isn't completed ... I will try something!!! thanks very very much Mr. Oleg Massimiliano Cuccia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Massimiliano Cuccia
I have a problem in running this code ... I hadjustcutpaste from documentation can anyone help me??? I don't know where to start ... public void test1(String src, String dst) { try { Driver driver = new Driver(new InputSource(src), new FileOutputStream(dst));