ExtJs: Form isValid() is false. But how to know why the form is invalid?
问题 I am using an ExtJs form having a file upload field in it. On selecting a file I am calling the submit() method of the form. But before submitting I am checking if the form is valid or not using form.isValid() . Now due to some unknown reasons, I am getting form.isValid() as FALSE . But I want to know why the form validation is failing? I have kept all other fields as allowBlank: false . Is there a way to know (using a method or a config property) why the form validation is failing and what