Problem with ajax base url

2011-10-24 Thread David Berkman
I'm currently using wicket 1.5.1, testing with Firefox (latest). When wicket receives an ajax GET request it seems to store the query parameters of the last such request, and append them to the base url upon page reload. I'm sure this behavior serves a very valid purpose, but I'm wrapping a

Re: Problem with ajax base url

2011-10-24 Thread Martin Grigorov
Hi Try with 1.5.2. This is fixed with https://issues.apache.org/jira/browse/WICKET-4109 On Tue, Oct 25, 2011 at 12:09 AM, David Berkman david.berk...@glu.com wrote: I'm currently using wicket 1.5.1, testing with Firefox (latest). When wicket receives an ajax GET request it seems to store