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
