I have a UiBinder template, MyClass.ui.xml, where I am trying to add an element that is of a type defined in MyClass.java. The referenced import works as expected and eclipse does not complain.
xmlns:c="urn:import:com.package" <c:MyClass.InnerClass ui:field="pager" /> But, when I compile I get an error like: Rebind result 'com.package.MyClass.InnerClass is a non-static inner class Am I missing something, if not is there something in the works for making this possible? In order to work around this, it looks like I am going to have to either use events or stick a reference to the MyClass object in the InnerClass object. Neither of which seem to make sense to call a function of MyClass. Thanks, Pat -- 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.
