Re: ComponentBeginRenderListener?

2007-01-05 Thread Martin Strand
ct: Re: ComponentBeginRenderListener? Thanks, but finishLoad() is also invoked regardless of whether the component is used or not. :( Martin On Fri, 05 Jan 2007 03:53:44 +0100, Daniel Tabuenca <[EMAIL PROTECTED]> wrote: > I haven't done this but just from looking at the IComponent interface >

RE: ComponentBeginRenderListener?

2007-01-05 Thread Marcus.Schulte
how about AbstractComponent.prepareForRender() ? > -Original Message- > From: Martin Strand [mailto:[EMAIL PROTECTED] > Sent: Friday, January 05, 2007 6:08 AM > To: Tapestry users > Subject: Re: ComponentBeginRenderListener? > > Thanks, but finishLoad() is also

Re: ComponentBeginRenderListener?

2007-01-04 Thread Martin Strand
verride 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 alternati

Re: ComponentBeginRenderListener?

2007-01-04 Thread Daniel Tabuenca
ff 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 i

ComponentBeginRenderListener?

2007-01-04 Thread Martin Strand
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 (pe