Re: AjaxLink.onClick() Not Triggered

2012-06-23 Thread abidiensi
try to change jquery version, i have the same probleme with jquery 1.4.2 , AjaxLink not triggred but when i change jquery to 1.7.2 it works -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLink-onClick-Not-Triggered-tp4400731p4650202.html Sent from the Users forum

Re: AjaxLink.onClick() Not Triggered

2012-02-20 Thread Richard W. Adams
Date: 02/19/2012 07:26 AM Subject:Re: AjaxLink.onClick() Not Triggered Hi, at first glance I can't say what's wrong with your code, but you should try debugging wicketAjaxGet function with FireBug or some other dev tool. In this way you should find why there's no AJAX call. I have

Re: AjaxLink.onClick() Not Triggered

2012-02-20 Thread Martin Grigorov
: AjaxLink.onClick() Not Triggered Hi,  at first glance I can't say what's wrong with your code, but you should try debugging wicketAjaxGet function with FireBug or some other dev tool. In this way you should find why there's no AJAX call. I have an Ajax link in a drop down menu, created like

Re: AjaxLink.onClick() Not Triggered

2012-02-19 Thread Andrea Del Bene
Hi, at first glance I can't say what's wrong with your code, but you should try debugging wicketAjaxGet function with FireBug or some other dev tool. In this way you should find why there's no AJAX call. I have an Ajax link in a drop down menu, created like this: final

AjaxLink.onClick() Not Triggered

2012-02-18 Thread Richard W. Adams
I have an Ajax link in a drop down menu, created like this: final MenuChoice item = new MenuChoice(Delete) { private static final long serialVersionUID = 1L; @Override protected AbstractLink newLink(final String id) {