On Tue, 02 Jul 2013 19:47:14 -0300, George Ludwig <georgelud...@gmail.com> wrote:

I think I got it...so to initialize my graph I need to pas it a file
name...is it most appropriate to use JavaScriptSupport.addInitializerCall()
so that the name of the file can be pulled from the @parameter of the
component?

For the parameter, it will make no difference. Regardless of using addScript() or addInitializerCall() you'll need to pass the file name in the parameters of these methods. As you've never did this before, use addScript(), which is easier.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to