I have a bug with SmartGWT 6.0 but I want to first see if upgrading to the latest version will fix the issue before asking about it. So I downloaded GWT 12.1 but now basic functionality is not working. It looks like my EntryPoint's onModuleLoad is not even being called, so I don't know where to start debugging this and I am looking for some help.
I tried SmartGWT 12.1 and 6.1 but both have the same issue. SmartGWT 6.0 works fine though with my code base.
When I load the application in Chrome, I see the error in the attached screenshot in the developer tools.
I searched the forum first and found the following:
https://forums.smartclient.com/forum...ollowing-error
However, in that specific case it looked like the setShortDisplayFormat error was due to duplicate loads, which I am not seeing in my output.
I tried SmartGWT 12.1 and 6.1 but both have the same issue. SmartGWT 6.0 works fine though with my code base.
When I load the application in Chrome, I see the error in the attached screenshot in the developer tools.
I searched the forum first and found the following:
https://forums.smartclient.com/forum...ollowing-error
However, in that specific case it looked like the setShortDisplayFormat error was due to duplicate loads, which I am not seeing in my output.
Comment