Yes, PageBeginRender will get called on any Components that implement PageBeginRenderListener, but this will get invoked prior to any parameters being set or anything else of that nature.
As Vladimir has said, prepareForRender is the method to use if you want to setup the component with its parameters. -Nick On 6/24/05, Vladimir <[EMAIL PROTECTED]> wrote: > Maybe you should use prepareForRender( IRequestCycle p_cycle ) method... > > > > Hi, > > > > If you use your component in a block (e.g. render it using > > RenderBlock), then that listener is not invoked. > > > > Robert wrote: > > > >> Travis Klotz wrote: > >> > >>> 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. > >>> > >>> > >> It is not being called at all. > >> Maybe because it is being used in a block? Although that should not > >> matter I think. > > > > > > > > --------------------------------------------------------------------- > 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]
