Description
Hello,
I use AjaxFormComponentUpdatingBehavior("change").
When a field is required and the field is empty the onUpdate method is not call.
In AjaxFormComponentUpdatingBehavior :
if (formComponent.isValid())
{
if (getUpdateModel())
onUpdate(target);
}
else
My model is not updated.