RE: [iText-questions] JSP and Page Events

2002-04-03 Thread Matt Taylor
Thanks Paulo!  You got me on the right track.  I was positive that I had the same signature in the overridden methods, but when I checked to make sure I realized that I was using another library that contained a class with the name Document. As soon as I specified com.lowagie.text.Document in my m

Re: [iText-questions] JSP and Page Events

2002-04-02 Thread Mark
On Tuesday 02 April 2002 17:54, you wrote: > Has anyone tried using Page Events with JSP? I created a class which > extends PdfPageEventHelper. I import this into my JSP page and am > able to instantiate an object. However, none of the methods that I > have overridden are running. It seems that it

RE: [iText-questions] JSP and Page Events

2002-04-02 Thread Paulo Soares
Do you have exactly the same signature in the overriden methods? In case of doubt you can always use the interface instead of the class. Best Regards, Paulo Soares > -Original Message- > From: Matt Taylor [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 16:55 > To: [EMAIL PROTE