首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未呈现的UIDL

未呈现的UIDL
EN

Stack Overflow用户
提问于 2013-07-14 18:44:20
回答 1查看 460关注 0票数 0

我是在vaadin 6上开发的,我想使用vaadin图表。

我已经在包含了所有的.jar文件,并编译了->插件为eclipse设置的小部件。但这是输出。

代码语言:javascript
复制
Widgetset does not contain implementation for com.vaadin.addon.charts.Chart. 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

-com.vaadin.addon.charts.Chart(NO CLIENT IMPLEMENTATION FOUND) id=PID10 height=300px width=400px confState={ "chart": { "type": "bar" }, "title": { "text": "Planets" }, "subtitle": { "text": "The bigger they are the harder they pull" }, "xAxis": { "categories": [ "Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", "Neptune" ], "title": { "text": "Planet" }, "axisIndex": 0 }, "yAxis": { "labels": { "step": 2, "_fn_formatter": "function() {return Math.floor(this.value/1000) + \u0027Mm\u0027;}" }, "title": { "text": "Diameter" }, "axisIndex": 0 }, "legend": { "enabled": false }, "series": [ { "data": [ 4900, 12100, 12800, 6800, 143000, 125000, 51100, 49500 ], "name": "Diameter", "visible": true } ], "exporting": { "enabled": false } }

我哪里做错了?

克里斯:D

EN

回答 1

Stack Overflow用户

发布于 2013-07-14 19:32:18

您需要指定要使用的新部件集(由编译器构建)。

可能您忘了在web.xml中指定它

https://vaadin.com/book/vaadin6/-/page/addons.compiling.html

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17638670

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档