On Mon, 22 Sep 2014 19:11:59 -0300, akshay <akshayestat...@gmail.com> wrote:

Hi,

Hi!

Thanks for your concern!!

;)

Whereas when I remove "dependsOn(img.getFile()))" code snippet, it loads
fine, but without the image( which is required by the js file to work
functionally).

I am just trying to find out a way in which I can load the images related
to the js file using the above configuration, whether its feasible or not

Are you trying to embed the image as part of a JavaScript stack? This isn't possible because it doesn't make sense.

How exactly your JavaScript code uses the image? Its URL being used in the HTML the JS code manipulates? If yes, you don't include the image inside the JavaScript stack. You just pass to the JS code the image URL.

--
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