I am not aware of any logic in wicket-ajax.js which changes the url passed from the server side. See org.apache.wicket.ajax.AjaxEventBehavior.generateCallbackScript(CharSequence)
I gave you the names of the JavaScript functions which trigger the form submit. Use Chrome Developer Tools to debug the JavaScript and see where the url gets broken. On Mon, May 2, 2011 at 2:26 PM, Jeremy Levy <jel...@gmail.com> wrote: > It happens consistently in Chrome and the fix is to clear cookies / > JSESSIONID... Can you be more specific in the javascript where the relative > path is assembled I can't find it... ? > > On Fri, Apr 29, 2011 at 3:10 AM, Martin Grigorov <mgrigo...@apache.org>wrote: > >> See wicketSubmitFormById() and wicketAjaxPost() in wicket-ajax.js >> >> On Fri, Apr 29, 2011 at 12:59 AM, Jeremy Levy <jel...@gmail.com> wrote: >> > I've noticed that in 1.4.17 in some circumstances when using Wicket to >> POST >> > data over AJAX the path it's POSTing to tries to include the value after >> # >> > in the URL. >> > >> > For example on a page with a URL like http://foo.bar/MyPage#oneWicket-Ajax >> > attempts to POST to http://foo.bar/MyPageone. >> > >> > I'm having trouble using the debugger to nail down where in the JS this >> is >> > happening, can someone help point me to the function? >> > >> > Jeremy >> > >> > -- >> > Jeremy Levy >> > >> >> >> >> -- >> Martin Grigorov >> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > > -- > Jeremy Levy > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org