Hi, got the point, so I'm trying to add a js stack, but seems not getting the location right:
this is what I did with Import: @Import(library = {"context:/js/jquery-1.7.1.js"... but in the JavascriptStack: ret.add(assetSource.getContextAsset("context:/js/jquery-1.7.1.js", null)); // not working ret.add(assetSource.getContextAsset("js/jquery-1.7.1.js", null)) // not working ret.add(assetSource.getContextAsset("/js/jquery-1.7.1.js", null)); // not working -- View this message in context: http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715469.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org