On 4 August 2011 05:43, Brian Reilly <[email protected]> wrote: > Put the line to set the configuration property after > inheriting com.google.gwt.uibinder.UiBinder, which you're probably > inheriting indirectly by way of com.google.gwt.user.User.
Ah, that's the trick. After adding an inherits com.google.gwt.user.User to my lowest level module, all warnings disappear. -- 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.
