Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator
[ERROR] Field 'selectSection' does not have an 'addChangeHandler' method associated.
[ERROR] Errors in 'com/ctnf/client/activities/compare/CompareViewImpl.java'
[ERROR] Line 87: Failed to resolve 'com.ctnf.client.activities.compare.CompareViewImpl.CompareViewImplUiBinder' via deferred binding
[WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
[WARN] com.ctnf.client.activities.compare.CompareViewImpl_CompareViewImplUiBinderImpl
[ERROR] Compiler returned false
thirst of all thanks for great widgets!
after upgrade from 0.9.2 to 0.9.3
got follow error:
Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator [ERROR] Field 'selectSection' does not have an 'addChangeHandler' method associated. [ERROR] Errors in 'com/ctnf/client/activities/compare/CompareViewImpl.java' [ERROR] Line 87: Failed to resolve 'com.ctnf.client.activities.compare.CompareViewImpl.CompareViewImplUiBinder' via deferred binding [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?) [WARN] com.ctnf.client.activities.compare.CompareViewImpl_CompareViewImplUiBinderImpl [ERROR] Compiler returned false
ui:
code: @UiField MultipleSelect selectSection;
init()
this.selectSection.clear(); Collections.sort(ticketBlocks,new AlphanumComparator(SortBy.section)); for(...) Option option = new Option(); option.setText( section ); selectSection.add(option);
} }
Please advice