Inputs:
SmartGWT nightly build 2010-11-09
FireFox 3.6.20, IE 8, Chrome 8
Problem:
Using method ListGrid.setEditValue is working fine in developer mode by Eclipse but when deployed on Tomcat I got this error when calling (this is from FireFox):
Any hint?
Thanks
BR//Marije
SmartGWT nightly build 2010-11-09
FireFox 3.6.20, IE 8, Chrome 8
Problem:
Using method ListGrid.setEditValue is working fine in developer mode by Eclipse but when deployed on Tomcat I got this error when calling (this is from FireFox):
Code:
18:25:08.445:MUP4:WARN:Log:(TypeError): Cannot call method 'contains' of undefined
stack: TypeError: Cannot call method 'contains' of undefined
at Object.isc_c_Canvas__saveFieldValue [as $70n] (https://172.17.94.109:8443/Test_HWS_2/hwstool/sc/modules/ISC_Core.js:3255:90)
at Object.isc_ListGrid__storeEditValue [as $33l] (https://172.17.94.109:8443/Test_HWS_2/hwstool/sc/modules/ISC_Grids.js:1914:237)
at Object.isc_ListGrid_setEditValue [as setEditValue] (https://172.17.94.109:8443/Test_HWS_2/hwstool/sc/modules/ISC_Grids.js:1905:119)
at FQc (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:2210:37)
at Object.jmb [as tb] (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:3560:25429)
at Object.rLc [as mc] (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:3566:22405)
at P0b (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:3068:165)
at R0b (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:2127:45)
at C0b (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:2754:75)
at Object.Ffb [as R] (https://172.17.94.109:8443/Test_HWS_2/hwstool/F6D015997379E0AB6790D165CCF9C19D.cache.html:3560:7797)
type: non_object_property_call
arguments: contains,
Thanks
BR//Marije
Comment