I haven't done this but just from looking at the IComponent interface you could probably just override the finishLoad() method. Simply do your initialization and then call super.finishLoad().
On 1/4/07, Martin Strand <[EMAIL PROTECTED]> wrote:
Hi guys. I want to initialize some stuff before a certain component renders, but there's no ComponentBeginRenderListener. What alternatives do I have? I don't want to use pageBeginRender, because that gets invoked regardless of whether the component is used on the page or not (perhaps it's in an @If block) :\ Martin --------------------------------------------------------------------- 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]