Re: Wicket7: MediaComponent and Source classes

2015-07-10 Thread Martin Grigorov
On Fri, Jul 10, 2015 at 1:27 AM, Sven Meier s...@meiers.net wrote: Yes, an overriden method with ART parameter will be something to be migrated :/. We can try though! I've greped the Wicket's souce code once again, and only on*()- and respond()-methods kept their ART. All other 'active'

Re: Wicket7: MediaComponent and Source classes

2015-07-10 Thread Sebastien
Hi Martin, On Fri, Jul 10, 2015 at 8:35 AM, Martin Grigorov mgrigo...@apache.org wrote: On Fri, Jul 10, 2015 at 1:27 AM, Sven Meier s...@meiers.net wrote: Yes, an overriden method with ART parameter will be something to be migrated :/. We can try though! I've greped the Wicket's

Re: Wicket7: MediaComponent and Source classes

2015-07-10 Thread Sebastien
Hi Sven, On Fri, Jul 10, 2015 at 12:27 AM, Sven Meier s...@meiers.net wrote: Yes, an overriden method with ART parameter will be something to be migrated :/. We can try though! I've greped the Wicket's souce code once again, and only on*()- and respond()-methods kept their ART. All

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

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 avinash.cha...@yahoo.co.in wrote: Yes, It is getting called

onBeforeRender getting called twice

2015-07-10 Thread avchavan
Hi, I am experiencing a weird scenario wherein the onBeforeRender method gets called twice (request is coming as a HTTP request via a standalone API through webService). I am using a Wizard. Same code is used in regular application as well which works without a problem. What could be a possible

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.

wicket-annotations and page mounting

2015-07-10 Thread Jason Novotny
Hi, I'm using wicket-annotations and I've added: newAnnotatedMountScanner().scanPackage(com.foo.web.pages).mount(this); in my Application class. My page classes all have: @MountPath(value =summary) However, I want to adjust the pages to not use query parameters like account=5 and use /