RE: [iText-questions] JSP and Page Events

2002-04-03 Thread Matt Taylor
method signature it worked. Best Regards, Matt   Paulo Soares <[EMAIL PROTECTED]> wrote: Do you have exactly the same signature in the overriden methods? In case ofdoubt you can always use the interface instead of the class.Best Regards,Paulo Soares> -Original Message-> From:

[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