I work on a gwt project, I should create some interfaces using widgets, and
everything is good.
here a part of my file .ui.xml
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"><g:TabPanel width="150px"
height="130px">
<g:Tab field="tab1" text="tab1">
blabla
</g:Tab></g:TabPanel >
But when i try to test this widget, i have this exception :
com.googlecode.gwt.test.exceptions.GwtTestUiBinderException: Cannot find
class 'com.google.gwt.user.client.ui.Tab' declared in file
creationInterface.ui.xml
Anybady have idea where is the problem ??
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.