If data.xml, or data.vm  is   outside of templates, for example,
chart1.setXMLFile("$content.getURI('data/data.vm')");

data.vm will be read properly, the graph will be drawn.
However, data.vm will be static, since $object will not be interpreted.
It is not what we want. We want to plot the graph based on the user
login data. 

It seems somehow the framework caused .setXMLFile not working properly.
Correct me if I am wrong.

Thanks,
Jill  

-----Original Message-----
From: Nathan Bubna [mailto:[email protected]] 
Sent: Monday, January 05, 2009 10:42 AM
To: Velocity Users List
Subject: Re: load a file through javascript

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to