Re: Continuous page reload

2014-01-27 Thread Maxim Solodovnik
Thanks a lot! Everything works as expected with the change you have proposed :) You saved me! On Tue, Jan 28, 2014 at 3:12 AM, Martin Grigorov wrote: > I'd bet that https://issues.apache.org/jira/browse/WICKET-4997 caused the > problem. > Please try this: > > @Override > public Url mapHandler(I

Re: Continuous page reload

2014-01-27 Thread Martin Grigorov
I'd bet that https://issues.apache.org/jira/browse/WICKET-4997 caused the problem. Please try this: @Override public Url mapHandler(IRequestHandler requestHandler) { if (requestHandler instanceof ListenerInterfaceRequestHandler || requestHandler instanceof BookmarkableListenerInterfaceRequestHand

Re: Continuous page reload

2014-01-27 Thread Martin Grigorov
Ah, it is inner class. Easy :) I will check it soon. Martin Grigorov Wicket Training and Consulting On Mon, Jan 27, 2014 at 9:00 PM, Martin Grigorov wrote: > Please give a link to NoVersionMapper. > > Martin Grigorov > Wicket Training and Consulting > > > On Mon, Jan 27, 2014 at 7:19 PM, Maxim

Re: Continuous page reload

2014-01-27 Thread Martin Grigorov
Please give a link to NoVersionMapper. Martin Grigorov Wicket Training and Consulting On Mon, Jan 27, 2014 at 7:19 PM, Maxim Solodovnik wrote: > Hello Martin, > > finally was able to find what is wrong: > > Everything starts working after replacing lines 122 and 123 in file: > > https://svn.apa

Re: Continuous page reload

2014-01-27 Thread Maxim Solodovnik
Hello Martin, finally was able to find what is wrong: Everything starts working after replacing lines 122 and 123 in file: https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/app/Application.java?view=markup getRootRequestMapperAsCompound().add(

Re: Continuous page reload

2014-01-14 Thread Maxim Solodovnik
Thanks, Will try to pin down the issue and will write back On Wed, Jan 15, 2014 at 2:31 PM, Martin Grigorov wrote: > You can use git bisect if nothing else works. > > Martin Grigorov > Wicket Training and Consulting > > > On Wed, Jan 15, 2014 at 9:29 AM, Martin Grigorov >wrote: > > > Here are

Re: Continuous page reload

2014-01-14 Thread Martin Grigorov
You can use git bisect if nothing else works. Martin Grigorov Wicket Training and Consulting On Wed, Jan 15, 2014 at 9:29 AM, Martin Grigorov wrote: > Here are the release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12325564 > Please share when you

Re: Continuous page reload

2014-01-14 Thread Martin Grigorov
Here are the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12325564 Please share when you have more information. We may need to release 6.13.1 if the problem is not easy to workaround. Martin Grigorov Wicket Training and Consulting On Wed, Jan 1

Re: Continuous page reload

2014-01-14 Thread Maxim Solodovnik
Is there any docs describing what was changed in the behaviors etc. so I can go through our code and fix it? Thanks in advance :) On Tue, Jan 14, 2014 at 10:48 PM, Maxim Solodovnik wrote: > I do have TimerBehavior, but the issue was reproducible after commenting > it. > I also have "callback be

Re: Continuous page reload

2014-01-14 Thread Maxim Solodovnik
I do have TimerBehavior, but the issue was reproducible after commenting it. I also have "callback behaviors" can try to comment it out page version is being removed from the URL using NoVersionMapper: (line 130) https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/web/java/org/apache

Re: Continuous page reload

2014-01-14 Thread Martin Grigorov
Hi, Do you use Ajax timer behavior on that page ? And do you open the same page instance (same url, same pageId) in two tabs ? Martin Grigorov Wicket Training and Consulting On Tue, Jan 14, 2014 at 5:36 PM, Maxim Solodovnik wrote: > Hello all, > > I just have updated to 6.13.0 (to get > WICKET