Re: onBeforeRender getting called twice

2015-07-10 Thread avchavan
Is there a way to check why it is being called twice? Or from where the second call is being made? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/onBeforeRender-getting-called-twice-tp4671575p4671579.html Sent from the Users forum mailing list archive at Nabble.com.

Re: onBeforeRender getting called twice

2015-07-10 Thread Martin Grigorov
So, two requests are made. Everything seems to be OK from Wicket point of view. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jul 10, 2015 at 3:36 PM, avchavan wrote: > Yes, It is getting called twice. > > -- > View this me

Re: onBeforeRender getting called twice

2015-07-10 Thread avchavan
Yes, It is getting called twice. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/onBeforeRender-getting-called-twice-tp4671575p4671577.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: onBeforeRender getting called twice

2015-07-10 Thread Martin Grigorov
Hi, Put a breakpoint at WicketFilter#doFilter() and see whether it is called twice. If it is called once and #onBeforeRender() is executed twice then please create a quickstart and attach it to JIRA so we can investigate. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consult