Doubt about assets

2006-09-27 Thread Daniel Castro
Guys, I am trying to insert some javascripts, the overlib javascript, as an asset of my page asset name=overlib path=context:/js/overlib.js/ But when I test the overlib function and open the sourecode of the generated page the corresponding script/script that should have been writen is not

Re: Doubt about assets

2006-09-27 Thread Jesse Kuhnert
If all you are doing is serving js from your web context folder named /js/overlib.js then I would do it like this: script type=text/javascript src=/js/overlib.js/script On 9/27/06, Daniel Castro [EMAIL PROTECTED] wrote: Guys, I am trying to insert some javascripts, the overlib javascript, as