Hello,
I'm a bit confused as to where the error lies (upgrade of our SmartGWT libs, or maybe just my own development), but I'm suddenly getting this error:
Has this function in FormItem.js changed recently?
Maybe it couldn't hurt to check if(this.form) exists as well?
I don't see anything in hosted mode, only in compiled mode, Chrome & IE8.
SmartGWT LGPL 2.4 build Feb 3, 2011
I'm a bit confused as to where the error lies (upgrade of our SmartGWT libs, or maybe just my own development), but I'm suddenly getting this error:
Code:
(TypeError): Cannot read property 'dataSource' of null stack: TypeError: Cannot read property 'dataSource' of null at Object.isc_FormItem_getValueFieldName [as getValueFieldName] ISC_Forms.js:1166:122 at Object.getValueFieldName [as getValueFieldName_0]
Code:
getValueFieldName : function () { if (this.valueField) return this.valueField; if (this.form.dataSource && this.foreignKey) return isc.DS.getForeignFieldName(this, this.form.dataSource);
I don't see anything in hosted mode, only in compiled mode, Chrome & IE8.
SmartGWT LGPL 2.4 build Feb 3, 2011
Comment