This was happening because the js file "Chenillekit.js" is not been included by the GPlotter compoment. To fix it i had to add the follwowinig to my class @IncludeJavaScriptLibrary(value = {"classpath:org/chenillekit/tapestry/core/Chenillekit.js"})
I am still not sure if i am missing something or it;s a bug. The online demo works fine, but copy the code locally it gives me the same JS error. Thanks On Fri, Jan 30, 2009 at 6:11 PM, Juan E. Maya <maya.j...@gmail.com> wrote: > Hello, i am trying to use the gplotter component from Chenille Kit > Framework, but i am getting the following error: > > Ck is not defined > > http://localhost:8080/profilr/assets/org/chenillekit/tapestry/core/components/GPlotter.js > Line 15 > > am i missing something? > Also another question, would it be possible to extend the Component to > support a list of address? > > > I am currently using tapestry 5.0.18, and Chenille 1.0 > > I am not sure if this list is the right place to ask questions specific > about Chenille, but i couldn't find a better place. > Thanks a lot for the help. >