Re: wicket-event.js 404

2010-05-17 Thread Lorenzo Bolzani
2010/5/14 Jeremy Thomerson : > Also - what version of Wicket are you using? > I was using version 1.4.3. It seems to be fixed in 1.4.8. Was something related to an AjaxFormSubmitBehavior binded to the "onblur" event. Thanks, bye Lorenzo

Re: wicket-event.js 404

2010-05-14 Thread Jeremy Thomerson
Also - what version of Wicket are you using? -- Jeremy Thomerson http://www.wickettraining.com On Fri, May 14, 2010 at 10:48 AM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > Create a quickstart that demonstrates this and attach it to a JIRA. > > -- > Jeremy Thomerson > http://www.wic

Re: wicket-event.js 404

2010-05-14 Thread Jeremy Thomerson
Create a quickstart that demonstrates this and attach it to a JIRA. -- Jeremy Thomerson http://www.wickettraining.com On Fri, May 14, 2010 at 7:31 AM, Lorenzo Bolzani wrote: > Hi all, > I have a quite simple composition of panels with the innermost panel > containing a form. > In the form ther

wicket-event.js 404

2010-05-14 Thread Lorenzo Bolzani
Hi all, I have a quite simple composition of panels with the innermost panel containing a form. In the form there is an AjaxSubmitLink. In the onSubmit of the link there is this line target.addComponent(feedback); When I click the link using Firebug in Firefox I can see that a POST is sent to thi