Hi,
After upgrading to SmartGWT 1.3, unfortunately update/add/delete operations (using a DataSource) do not work anymore.
The console shows the following message:
'Object doesn't support this property or method'
Is there any way to resolve this?
Thanks for your suggestions
Ganesh
After upgrading to SmartGWT 1.3, unfortunately update/add/delete operations (using a DataSource) do not work anymore.
The console shows the following message:
'Object doesn't support this property or method'
Code:
in http://localhost:8080/markconn06/markconn/sc/modules/ISC_DataBinding.js
at line 352
DataSource.getXMLRequestBody(_1=>Obj, _2=>undef)
DataSource.getServiceInputs(_1=>Obj)
DataSource.sendDSRequest(_1=>Obj)
DataSource.performDSOperation(_1=>"update", _2=>Obj{name:1000000481-s23}, _3=>Obj, _4=>Obj)
EditorActionMethods.saveEditorValues(_1=>Obj{name:1000000481-s23}, _2=>Obj{ID:company_update}, _3=>undef, _4=>Obj)
EditorActionMethods.saveData(_1=>undef, _2=>undef, _3=>undef)
Thanks for your suggestions
Ganesh