我有几个应用程序需要在 vaadin 中编写。我试图将我所有的自定义组件和小部件集放在一个库中,就像 vaadin 所做的那样,并将该库简单地包含在我的其他项目中。
我在它的库中有我的第一个小部件,maven 编译库和小部件设置正确,但是当我将它包含在我的实际应用程序中时,我得到了这个
Widgetset does not contain implementation for org.vaadin.jonatan.contexthelp.ContextHelp.
Check its @ClientWidget mapping, widgetsets GWT module description file and re-compile your widgetset.
In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions. Unrendered UIDL:
-Unrendered UIDL
-org.vaadin.jonatan.contexthelp.ContextHelp(NO CLIENT IMPLEMENTATION FOUND) id=PID178 followFocus=false helpKey=112 hideOnBlur=true
-variables
selectedComponentId=
hidden=true
Complex field
为什么找不到?