I\'ve created a new GWT project through the Eclipse plugin - and just trying to call this server side function. I deleted the initial \"greet\" function which was created wi
Got the same problem than you and I fix it just right now : If your error don't show up if you don't send your call, it's because the call to the server don't work. I found that JS on your client side don't refresh properly. try to restart your server then refresh your browser by refreshing the local cached version. if my explanation is too complex : clear cache. On chrome you can use crtl-f5 instead of just f5 and on firefox ctrl-R.