Hello,
I have a code as follows:

public class DynamicForm extends Composite  {

    private static DynamicFormUiBinder uiBinder = GWT
            .create(DynamicFormUiBinder.class);

    interface DynamicFormUiBinder extends UiBinder<Widget, DynamicForm> {
    }

    public DynamicForm() {
        initWidget(uiBinder.createAndBindUi(this));
    }

This code requires that a file DynamicForm.ui.xml, because the file is not an error pops up in ecipse / netbeans. This requirement needs to remove the file from source GWT. But I do not know where it is defined in the source.

Can you help?

RG

--
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to