Hi. I was using the smartgwtee 2.4 evaluation and all was well.
Recently purchased smartgwt pro 2.4.
Using GWT 2.1.1.
Since then, I've been getting seemingly random javascript errors.
If it's compiled, the webapp simply stops responding. In dev mode (firefox, 64 bit ubuntu) I get errors like the following (showing up in the eclipse console view, not the dev mode view):
On loading some listgrids:
Uncaught JavaScript exception [_2 is null] in http://host/modulename/sc/modules/ISC_Forms.js, line 1976
On clicking on a databound selectitem:
Uncaught JavaScript exception [this.selection is undefined] in http://host/modulename/sc/modules/ISC_Forms.js, line 1920
On using any HTMLFlow:
Uncaught JavaScript exception [this.$73w is not a function] in http://host/modulename/sc/modules/ISC_DataBinding.js, line 2243
I'm pretty sure this is because of a version mismatch between ee and pro versions, but I can't find any trace of ee that's been left behind.
I replaced smartgwtee.jar with smartgwtpro.jar, I replaced the smartgwt, smartgwt-skins, all the isomorphic_x jars and isc-jakarta-oro with the versions included with the pro version. (the rest of the dependencies are done through maven, which worked fine with ee).
I removed all references I could find to the ee version; the import in the gwt.xml has changed, i even replaced iscTaglib.xml.
I've cleaned & built, and cleaned & gwt compiled. I've refreshed browser cache, I've even installed a browser I'd never used before, and I'm still getting these errors.
Help please.
Recently purchased smartgwt pro 2.4.
Using GWT 2.1.1.
Since then, I've been getting seemingly random javascript errors.
If it's compiled, the webapp simply stops responding. In dev mode (firefox, 64 bit ubuntu) I get errors like the following (showing up in the eclipse console view, not the dev mode view):
On loading some listgrids:
Uncaught JavaScript exception [_2 is null] in http://host/modulename/sc/modules/ISC_Forms.js, line 1976
On clicking on a databound selectitem:
Uncaught JavaScript exception [this.selection is undefined] in http://host/modulename/sc/modules/ISC_Forms.js, line 1920
On using any HTMLFlow:
Uncaught JavaScript exception [this.$73w is not a function] in http://host/modulename/sc/modules/ISC_DataBinding.js, line 2243
I'm pretty sure this is because of a version mismatch between ee and pro versions, but I can't find any trace of ee that's been left behind.
I replaced smartgwtee.jar with smartgwtpro.jar, I replaced the smartgwt, smartgwt-skins, all the isomorphic_x jars and isc-jakarta-oro with the versions included with the pro version. (the rest of the dependencies are done through maven, which worked fine with ee).
I removed all references I could find to the ee version; the import in the gwt.xml has changed, i even replaced iscTaglib.xml.
I've cleaned & built, and cleaned & gwt compiled. I've refreshed browser cache, I've even installed a browser I'd never used before, and I'm still getting these errors.
Help please.
Comment