RE: [iText-questions] JSP and Page Events

2002-04-03 Thread Matt Taylor
Matt Taylor [SMTP:[EMAIL PROTECTED]]> Sent: Tuesday, April 02, 2002 16:55> To: [EMAIL PROTECTED]> Subject: [iText-questions] JSP and Page Events> > Has anyone tried using Page Events with JSP? I created a class which> extends PdfPageEventHelper. I import this into my JSP page and am

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
To: [EMAIL PROTECTED] > Subject: [iText-questions] JSP and Page Events > > 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 t

[iText-questions] JSP and Page Events

2002-04-02 Thread Matt Taylor
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 doesn't recognize that I have overridden these