At the risk of back posting, I have managed to get further with getting a UiBinder based interface going, but get this error
01:12:52.420 [ERROR] Line 20: No source code is available for type com.google.gwt.uibinder.client.UiBinder<U,O>; did you forget to inherit a required module? I have checked agains the Mail app and I am importing all necessary modules, anything obvious I could be missing? On Sun, Oct 25, 2009 at 4:01 PM, Devraj Mukherjee <[email protected]> wrote: > Hi all, > > First of all please bare with me as this is my first attempt at > getting something going with GWT. > > I am looking at the Wiki entry for UiBinder and am trying to get the > HelloWorld sample going > http://code.google.com/p/google-web-toolkit/wiki/UiBinder > > The interface definition reads > > interface MyUiBinder extends UiBinder<DivElement, HelloWorld> {} > > As I understand DivElement is the Root Element in the UI definition. > > Where should I import DivElement from, in my .java file? > > Thanks. > > -- > "The secret impresses no-one, the trick you use it for is everything" > - Alfred Borden (The Prestiege) > -- "The secret impresses no-one, the trick you use it for is everything" - Alfred Borden (The Prestiege) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
