0
I am working on GWT-Ext 2.0.4 .
I have just changed panel class and compiled it and it din't threw any error.
But when i ran the application in Hosted mode i got the following error
[WARN] Exception thrown into JavaScript java.lang.Error: Unresolved compilation problem: The constructor GrdRowListener() is undefined
GrdRowListener compiled successfully and there were no compilation errors in the whole project . Also i cleaned the project and build it again but no luck. Strangely this code works in WEB-MODE and not in hosted mode. Appreciate your help if you have come across this situation.