Page will always be the root node at the components tree, we don't need an
useless hotspot on the framework, that is why I think the page should have
an final onInitialize.

On Thu, Dec 2, 2010 at 4:53 PM, Igor Vaynberg <igor.vaynb...@gmail.com>wrote:

> No. the contract is that the parent is initialized before the children.
>
> Initialization of the entire hierarchy can be delayed until right before
> configure is called.
>
> Igor
>
> On Dec 2, 2010 10:00 AM, "Carl-Eric Menzel" <cmen...@wicketbuch.de> wrote:
>
> Okay, I decided should just go ahead and put my money where my mouth
> is :)
>
> Delaying onInitialize for pages isn't really feasible, I think. So I
> created a patch that would make onInitialize final in Page (as Pedro
> said) and introduces a new event onPageInitialize that is only called
> on pages. It honors the same contract as onInitialize, i.e. it is
> called only once per page object, at some point before onBeforeRender.
>
> See https://issues.apache.org/jira/browse/WICKET-3218 for details.
>
>
> Carl-Eric
> www.wicketbuch.de
> On Thu, 2 Dec 2010 13:50:30 +0100
>
> Carl-Eric Menzel <cmen...@wicketbuch.de> wrote:
>
> >
>
> > > Make onInitialize final on pages is an good idea. It is designed to
> > > children have a guaranty...
>



-- 
Pedro Henrique Oliveira dos Santos

Reply via email to