gwt - Vaadin InvientChart widgetset error -


can explain me how start invientchart add-on? have :

  • make new vaadin project
  • add jar webcontent/web-inf/lib
  • add jquery.js , highchart.js webcontent/js folder
  • create class extend applicationservlet , add url above js file
  • change servlet class in web.xml
  • make invientpie class link
  • run project , compile widgetset

i'm getting error :

failed load widgetset: /chartproject/vaadin/widgetsets/com.example.chartproject.widgetset.chartprojectwidgetset/com.example.chartproject.widgetset.chartprojectwidgetset.nocache.js?1368453503030

i'm using invientcharts 0.8.6 , vaadin 6.8.5, gwt-dev 2.3.0, gwt-user 2.3.0

am missing something? can please tell me right sequence use add-on clearly. thanks

edit : here widgetset.xml after compile

<?xml version="1.0" encoding="utf-8"?> <!doctype module public "-//google inc.//dtd google web toolkit 1.7.0//en" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">  <module>     <inherits name="com.vaadin.terminal.gwt.defaultwidgetset" />      <!--      uncomment following compile widgetset 1 browser only.      can reduce gwt compilation time when debugging.      line should commented out before deployment production      environments.       multiple browsers can specified gwt 1.7 comma separated      list. supported user agents @ moment of writing were:      ie6,ie8,gecko,gecko1_8,safari,opera       value gecko1_8 used firefox 3 , later , safari used      webkit based browsers including google chrome.     -->     <!-- <set-property name="user.agent" value="gecko1_8"/> -->  </module> 


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -