Re: Within the wicket lifecyle, what is the best place to add a call on the page request

2010-09-02 Thread Avraham Rosenzweig
invoked always when the page > > is requested? > > > > The logic may or may not be tied to the model. > > > > > > > > Berlin Brown > > > > > -------------- > View message @ > http://apache-wicket.1842946.n4.nabble.com/Wi

Re: Within the wicket lifecyle, what is the best place to add a call on the page request

2010-09-02 Thread Ben Tilford
If your using wicket 1.4.10 you may want to look at the new onConfigure method that was added. On Thu, Sep 2, 2010 at 3:38 PM, Brown, Berlin [GCG-PFS] < berlin.br...@primerica.com> wrote: > Where is the best place to add logic to get invoked always when the page > is requested? > > The logic may