Sounds like a question for whoever created AnyChart, because Velocity is entirely server-side. Velocity is not doing the loading of the xml file, the javascript is doing that.
On Mon, Jan 5, 2009 at 7:31 AM, jill han <[email protected]> wrote: > We have a turbine/torque/velocity application. I tried to embed AnyChart > to the app. Here is the snippet of anychart.vm code > > <script type="text/javascript" language="javascript"> > //<![CDATA[ > var chart1 = new > AnyChart("$content.getURI("swf/AnyChart.swf")"); > chart1.width="550px"; > chart1.height="400px"; > > chart1.setXMLFile("$content.getURI('servlet/nequals1/template/portal,dat > a,data.xml')"); > chart1.write(); > //]]> > </script> > > AnyChart.swf is read fine. However, for some reason, the data.xml file > couldn't be read properly. It ended up with IO error. > Any help and suggestions will be appreciated as always. > > Jill > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
