That error message is very specific about the file being in the wrong place.
I suppose there could be some other problem with the structure of the project, so we would need to see a complete test case project in order to see what the actual problem is. On Mar 28, 3:08 pm, HommeDeJava <[email protected]> wrote: > Hi, > > > I supposed that you must put the file in client package. > > Yes indeed I've put the myUIBinderComposite.ui.xml and > myUIBinderComposite.java files into the client package > > It's when I try to use the GWT Designer opening the > myUIBinderComposite.ui.xml file using the Design Tab that I've got the > error. > > Anyway, thanks for your help. > > > > > > > > > > > > I've tried to add UIBinder Composite widget in a project which was > > > initiated without UiBinder using GWT plugin. > > > So, when I tried to open xxx.ui.xml into the designer view, I've got > > > the error « uibinder template should be in client package » > > > You are attempting to use UiBinder for .../xxx.ui.xml however it is > > > not in Java package. > > > > Did someone get this problem or have any idea? > > > > Thanks > > > > Claude > > > > -- > > > 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. -- 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.
