also onchange on the checkboxes is delayed until the onblur event so you are better off using onclick, and there is of course a wicket.ajax.markup.html.form.AjaxCheckBox ready for you as well-Igor
On 7/13/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
Did you do myForm_sammen.setOutputMarkupId(tru
Did you do myForm_sammen.setOutputMarkupId(true) in your page constructor?
Martijn
On 7/13/06, Nino Wael <[EMAIL PROTECTED]> wrote:
> Hi
>
> Im currently working on a checkbox that needs to do some stuff on a onchange
> request.
>
> However it looks as the AJAX call never is made, I have other
Hi
Im currently working on a checkbox that needs to do some stuff on a onchange
request.
However it looks as the AJAX call never is made, I have other ajax calls on the
page that works just fine (also using the onchange modifier)
When looking at the below code it should work fine it seems t