You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andrea Chiumenti <ki...@gmail.com> on 2007/02/06 16:11:59 UTC

Help with Asset in Tapestry 4.1.1

Hello I've put the following into my jwc specification:

<asset name="scriptAsset" path="classpath:/js/jfly/edt/edt.js"/>

that is renderend as:

"
/asset.svc?digest=b1376bfb2d3b7c66ddd0fcf0d2a463a8&amp;path=%2Fjs%2Fjfly%2Fedt%2Fedt.js"

I've checked into the jar and it seems to be built correctly: mylib.jar
/js/jfly/edt/edt.js

but when I type the rendered asset into firefox, the page is blank, as no
file is present at that url.

What can I do ?

Thx,
kiuma