On 26 oct, 10:31, Devraj Mukherjee <[email protected]> wrote:
> Hi all,
>
> I am trying to get UiBinder to work from the HelloWorld example. I get
> the following error although I have the appropriate packages imported.
>
> Any ideas?
>
> 00:09:21.663 [ERROR] Line 13: No source code is available for type
> com.google.gwt.uibinder.client.UiBinder<U,O>; did you forget to
> inherit a required module?
>
> the following modules were imported
>
> import com.google.gwt.core.client.EntryPoint;
> import com.google.gwt.core.client.GWT;
> import com.google.gwt.uibinder.client.*;
> import com.google.gwt.user.client.ui.*;
Those are Java package imports. the error talks about GWT's module
inheritance, as in putting the appropriate <inherits/> in you module's
gwt.xml file.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---