[Wicket-user] CheckBox with AjaxEvent vs AjaxCheckBox

2007-06-06 Thread Gustavo Yoshizaki
Hi, I had a strange problem with the CheckBox and ajax in the Internet Explorer. First I created a CheckBox and then added an AjaxEventBehavior to do some stuff. In Firefox it works fine, but in the explorer, the ajax is only triggered after doing something else in the form. I mea, i clicked in

Re: [Wicket-user] CheckBox with AjaxEvent vs AjaxCheckBox

2007-06-06 Thread Matej Knopp
I'd guess that you've used the onchange event, whereas you should have used the onclick (as AjaxCheckBox does). Or am I wrong? :) -Matej On 6/6/07, Gustavo Yoshizaki [EMAIL PROTECTED] wrote: Hi, I had a strange problem with the CheckBox and ajax in the Internet Explorer. First I created a

Re: [Wicket-user] CheckBox with AjaxEvent vs AjaxCheckBox

2007-06-06 Thread Gustavo Yoshizaki
Yeap, you are right, I used the event onchange. Thanks Gustavo On 6/6/07, Matej Knopp [EMAIL PROTECTED] wrote: I'd guess that you've used the onchange event, whereas you should have used the onclick (as AjaxCheckBox does). Or am I wrong? :) -Matej On 6/6/07, Gustavo Yoshizaki [EMAIL