I've got a strange problem cancelling out of a modal. Unless I make selections on all my form components inside that modal, it just won't close. Debugger shows that the cancel button's onSubmit() method doesn't even get called, unless I fill out all the fields and select all the radios. The AJAX panel doesn't show any errors either, neither does the feedback panel.
I suspect this has to do with those components being set to required, but I never had a problem like that before. Any idea what's going on here? Michael
