We are trying to downgrade from the smartgwt 3.0p pro version to our previous version which is 2.5p pro.
To downgrade
1) We deleted all generated files
2) Replace all libraries with 2.5 libraries
3) Create a new run configuration in eclipse
It start throwing errors Object doesn't support this property or method in iscfoundation.js
We can do a gwt compile with no errors but when you run same error as above is thrown
during the onModuleLoad itself for any smartgwt call like .draw, .fetchdata etc
If we upgrade it back to 3.0 all works fine.
We can create a new project with 2.5 and it works fine. Only when we downgrade a project from 3.0 to 2.5 we get this error.
Please let us know if there is anyother steps to fix this issue.
We get these errors in couple of machine where we upgraded from 2.5 to 3.0 and then tried to downgrade to 2.5
Regards
To downgrade
1) We deleted all generated files
2) Replace all libraries with 2.5 libraries
3) Create a new run configuration in eclipse
It start throwing errors Object doesn't support this property or method in iscfoundation.js
We can do a gwt compile with no errors but when you run same error as above is thrown
during the onModuleLoad itself for any smartgwt call like .draw, .fetchdata etc
If we upgrade it back to 3.0 all works fine.
We can create a new project with 2.5 and it works fine. Only when we downgrade a project from 3.0 to 2.5 we get this error.
Please let us know if there is anyother steps to fix this issue.
We get these errors in couple of machine where we upgraded from 2.5 to 3.0 and then tried to downgrade to 2.5
Regards
Comment