Re: new feature in trunk and branch: Component#onConfigure()

2010-07-21 Thread Erik van Oosten
Excellent! Op 21-07-10 07:05, Igor Vaynberg wrote: another new callback added to 1.4/trunk that is aimed at making life easier when managing component states such as visibility, enabled, etc. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: new feature in trunk and branch: Component#onConfigure()

2010-07-21 Thread vineet semwal
very nice feature, thank you !! On Wed, Jul 21, 2010 at 10:35 AM, Igor Vaynberg wrote: > another new callback added to 1.4/trunk that is aimed at making life > easier when managing component states such as visibility, enabled, > etc. > >/** > * Called once per request on componen

Re: new feature in trunk and branch: Component#onConfigure()

2010-07-20 Thread Igor Vaynberg
its already deprecated -igor On Tue, Jul 20, 2010 at 11:46 PM, Johan Compagner wrote: > can we now deprecate  protected boolean callOnBeforeRenderIfNotVisible() ?? > > because you could do it now in onConfigure right? > I hate multiply things do do the same thing :( > > On Wed, Jul 21, 2010 at 0

Re: new feature in trunk and branch: Component#onConfigure()

2010-07-20 Thread Johan Compagner
can we now deprecate protected boolean callOnBeforeRenderIfNotVisible() ?? because you could do it now in onConfigure right? I hate multiply things do do the same thing :( On Wed, Jul 21, 2010 at 07:05, Igor Vaynberg wrote: >  protected boolean callOnBeforeRenderIfNotVisible()

Re: new feature in trunk and branch: Component#onConfigure()

2010-07-20 Thread Ernesto Reinaldo Barreiro
Igor, Thanks for the new feature! > >        /** >         * Called once per request on components before they are about to be > rendered. This method >         * should be used to configure such things as visibility and enabled > flags. >         * >         * Overrides must call {...@code sup