Why is validate($clearErrors = true) by default?
I have to force validate($clearErrors = false) to get my errors with $model->getErrors()…
That’s weird; when the validation fails the first logical thing to do is to know why.
Or maybe I’m missing something here.