Hi All,

I understand that PageBeginRenderListener gets called during render and
rewind of a Page. I later created a component that is embedded inside a page
and moved the content from the Page to the newly created Component. Now my
component implements PageBeginRenderListener and does everything that was
being done by the page earlier.

But it looks very odd in the Component as it is not a Page and still
implements PageBeginRenderListener. I do realize that the Component is
rendered in a Page context. May be its a stupid question - Do we have a
ComponentBeginRenderListener or something of that sort?

thanks,
Karthik

Reply via email to