Open fpizzichillo opened 7 years ago
Anyone have any ideas on this. BEc I can't get it working
com.googlecode.gwt.test.exceptions.ReflectionException: UiBinder error while setting properties for 'ChosenListBox'
at com.googlecode.gwt.test.uibinder.UiBinderBeanUtils.populateObject(UiBinderBeanUtils.java:78)
at com.googlecode.gwt.test.uibinder.UiObjectTag.startTag(UiObjectTag.java:285)
at com.googlecode.gwt.test.uibinder.UiTagBuilder.createUiTag(UiTagBuilder.java:153)
at com.googlecode.gwt.test.uibinder.UiTagBuilder.startTag(UiTagBuilder.java:123)
at com.googlecode.gwt.test.uibinder.UiXmlContentHandler.startElement(UiXmlContentHandler.java:68)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at com.googlecode.gwt.test.uibinder.UiBinderParser.createUiComponent(UiBinderParser.java:48)
at com.googlecode.gwt.test.uibinder.UiBinderInvocationHandler.createAndBindUi(UiBinderInvocationHandler.java:83)
at com.googlecode.gwt.test.uibinder.UiBinderInvocationHandler.invoke(UiBinderInvocationHandler.java:34)
at com.sun.proxy.$Proxy94.createAndBindUi(Unknown Source)
at com.celertech.orderrouting.webtraderlite.client.trading.desktop.fx.price.rfq.FxRfqInputWidgetViewImpl.
"com.googlecode.gwtquery:gwtquery:1.5-beta1",
"com.arcbees:gwtchosen:3.0.1",
Hi communit. I've got this error when i tried to use gwt 2.8.0 Checking rule
[INFO] [WARN] Unknown type 'com.arcbees.chosen.client.ChosenImpl' specified in deferred binding rule
[INFO] Checking rule
The class NotSupportedChosenImpl is not present in the project. Any hint?
Regards