No, but I'm not sure it can be. The error is actually legitimate: you have @UiField Label and you're trying to stick an instance of Element in it, in this case a funny looking one: <g:Label>...
My alternative is to make this error fatal, which means that you could not use binder to render prefixed dom elements. Not a very compelling use case, I agree, but who knows how many existing templates are already making this error. I'm not really in the mood to be hunted down by the people I'd break... On Thu Aug 18 09:59:22 GMT-700 2011, <[email protected]> wrote: > > > http://gwt-code-reviews.appspot.com/1520807/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java<http://www.google.com/url?sa=D&q=http://gwt-code-reviews.appspot.com/1520807/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java> > File > user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java > (right): > > > http://gwt-code-reviews.appspot.com/1520807/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java#newcode104 > user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java:104<http://www.google.com/url?sa=D&q=http://gwt-code-reviews.appspot.com/1520807/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java%23newcode104%0Auser/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java:104> > : > writer.warn(elem, "Prefix \"%s:\" has unrecognized xmlns \"%s\", " > Will this warning be shown in proximity to where an ERROR is shown when > it does fail? > > http://gwt-code-reviews.appspot.com/1520807/<http://www.google.com/url?sa=D&q=http://gwt-code-reviews.appspot.com/1520807/> > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
