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 PROTE

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 C