Hi, None of the standard Tapestry classes implement PageEndRenderListener so you need to implement it yourself in your class if you want the listener to be called. According to the docs, it is used to cleanup resources that are only needed during the render. In Eclipse you can see if you are overriding, or implementing, a method from the icon to the left of the method declaration.
Best wishes John -----Original Message----- From: Chris Norris [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 6:07 PM To: Tapestry users Subject: AbstractComponent's pageEndRender method Is this ever use anywhere? I wanted to implement a pageEndRender method on a page. I thought that a superclass of the page's class implement PageEndRenderListener, so I checked to see if I could override pageEndRender. I'm using Eclipse, so it showed that I had that method to override. I did and nothing happened. This is because I was overriding AbstractComponent's pageEndRender method. What is this method there for? As far as I can tell, it's never used by the framework. -Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
