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? 

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

If nothing happens on the server side, it sounds just like 
the browser didn't run the Javascript event handler.

It might be a good idea to create a quickstart demonstrating
your problem so that others could try it live.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

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

Reply via email to