I believe you can implement PageRenderListener on a component as well. Not sure if pageBeginRender gets called when the page starts to render or when the component starts to render. I'm going to guess the page.
On 6/24/05, Robert <[EMAIL PROTECTED]> wrote: > Hi, > > I like to have initialization and 'cleanup' code for a component. > For a page I can implement PageRenderListener and create a > pageBeginRender() method. > And I can use initialize to cleanup the page to be returned to the pool. > How can I do those things for a component? > > Robert. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
