Hi, Just put a breakpoint in your constructor and see what are the stacktraces.
On Sun, Jan 20, 2013 at 6:27 PM, kamiseq <[email protected]> wrote: > hi, > I try to understand why wicket (in 6th version) is constructing my page > always 3 times per every request. it is page constructor is called 3 times > always I navigate to page. > > I configured it as > > getResourceSettings().setFileCleaner(null); > getPageSettings().setVersionPagesByDefault(false); > > getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.RenderStrategy.REDIRECT_TO_BUFFER); > > unfortunately google cannot find anything on that. > > thanks for help > > pozdrawiam > Paweł Kamiński > > [email protected] > [email protected] > ______________________ > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
