Typically when is the constructor of a component of a panel, page, etc called?

2011-02-24 Thread Brown, Berlin [GCG-PFS]
I was trying to get a feel for the wicket lifecycle, I can where onBeforeRender, onAfterRender are called during the component rendering lifecycle. But, I still don't see when the constructor (object instantiation) of a component. If I debug and/or trace the constructor calls, it looks like

Re: Typically when is the constructor of a component of a panel, page, etc called?

2011-02-24 Thread Zoltán Nagy
Hi! 2011/2/25 Brown, Berlin [GCG-PFS] berlin.br...@primerica.com I was trying to get a feel for the wicket lifecycle, I can where onBeforeRender, onAfterRender are called during the component rendering lifecycle. But, I still don't see when the constructor (object instantiation) of a