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
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
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
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