gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

select issue after upgrade from 0.9.2 to 0.9.3 #294

Closed Grishas closed 8 years ago

Grishas commented 8 years ago

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);
} }

    this.selectSection.refresh();       

Please advice

Grishas commented 8 years ago

sorry for noise its my mistake

crevete commented 8 years ago

@Grishas Could you close this issue?

Grishas commented 8 years ago

yes