Timo Rantalaiho <mailto:[EMAIL PROTECTED]> wrote:
> On Fri, 08 Aug 2008, Kai Mütz wrote:
>> final CheckBox required = new CheckBox("required", new
>> PropertyModel(project, "required"));
>> add(required);
>> final DropDownChoice officer = new DropDownChoice("officer", new
>> PropertyModel(project, "officer"), users, true);
>> add(officer);
>> officer.setOutputMarkupId(true);
>> officer.setEnabled(project.isRequired());
>> required.add(new AjaxFormComponentUpdatingBehavior("onchange") { ...
>
> Could it be that IE does not fire "onchange" event for checkboxes?

Exactly this was the problem.

>
> Have you tried with "onclick"? And checked that you have Javascript
> enabled in IE :)

Yes, I have tried it yesterday and it works.

Thanks,
Kai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to