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 <[email protected]>wrote: > See wicketSubmitFormById() and wicketAjaxPost() in wicket-ajax.js > > On Fri, Apr 29, 2011 at 12:59 AM, Jeremy Levy <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Jeremy Levy
