maybe you misunderstood what I was saying. The method that you commented out that was suggested by eclipse is exactly what you need to prevent your error. in your case it seems that you have mistaken the name of the method that you need in your request callback.
try this: 1) delete the commented empty method (or simply ignore it since it is commented out) 2) rename your existing onRequestReceived method to onResponseReceived 3) recompile -jason On Oct 2, 2008, at 1:09 AM, slow wrote: > > > > I am a newbie in Java. The commented code was suggested by the eclipse > editor. I have no idea what it means. However, when I compiled it > brought the same error. I tried to instantiate RequestCallback > somewhere else but it still hates that. My dilemma is that it is shown > like that on the tutorials I have seen so far. Why doesn't it work for > me. > > Any suggestion is welcome > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
