Roo/form/BasicForm.js
[roojs1] / Roo / form / BasicForm.js
index b74bd87..90cf507 100644 (file)
@@ -283,7 +283,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
             // show an error message if no failed handler is set..
             if (!this.hasListener('actionfailed')) {
                 Roo.MessageBox.alert("Error",
-                    typeof(action.result.errorMsg) != 'undefined' ?
+                    (typeof(action.result) != 'undefined' && typeof(action.result.errorMsg) != 'undefined') ?
                         action.result.errorMsg :
                         "Saving Failed, please check your entries"
                 );