Re: wicket 1.5 confirmation ajaxbutton

2012-07-13 Thread Andrea Del Bene
Hi, I've tried your code with Wicket 1.5.7 and it seems to work. What kind of error are you getting? add(new AjaxLinkFile(delete) { @Override public void onClick(AjaxRequestTarget target) { }

wicket 1.5 confirmation ajaxbutton

2012-07-12 Thread fachhoch
I used confirmation for onclick of ajax button in 1.4 it worked when I try the same with 1.5 it does not work. here is the code -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-1-5-confirmation-ajaxbutton-tp4650460.html Sent from the Users forum mailing list

Re: wicket 1.5 confirmation ajaxbutton

2012-07-12 Thread Andrea Del Bene
Please try to reattach the code. I can't read it neither in the mail nor on line. I used confirmation for onclick of ajax button in 1.4 it worked when I try the same with 1.5 it does not work. here is the code -- View this message in context:

Re: wicket 1.5 confirmation ajaxbutton

2012-07-12 Thread Decebal Suiu
add(new AjaxLinkFile(delete) { @Override public void onClick(AjaxRequestTarget target) { } @Override protected IAjaxCallDecorator