On Thu, 03 Apr 2014 12:27:53 -0300, Chauhan, Vivek <vivek.chau...@sap.com> wrote:

Hello concerned,

Hi!

This isn't directly related to Tapestry at all, just about the way you reference the .json file. You used a relative path: d3.json("family.json",...). Put the .json file inside src/main/webapp (the webapp root context folder) and refer to it as "/family.json" instead of "family.json" (notice the slash). This (absolute vs relative paths) is basic HTML and JavaScript knowledge.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to