On Tue, Apr 29, 2008 at 3:59 PM, Johan Compagner <[EMAIL PROTECTED]> wrote: > First i dont want a boolen in the components that onFirstRender() is called. > I want a boolean that it is not called. So in the constructor of > component we set the flag and clear it when first rendered. >
Are we thinking of adding this into "core"? You're talking about modifying the constructor of Component. > Do remember that in onBeforeRende components/panels and all can be > created again but i think this will go ok. Yes, each one of these components will each have to be rendered also, so they'd go through the same logic upon their first render, correct? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
