Hello:
In an iView(jsp page), I want to give the reference to
the javascript file like..
<SCRIPT src="<path>/myjavascript.js"></SCRIPT>
I want to include the file under public/scripts folder of
the project hierarchy I am developing in Eclipse. We know
that jsp file which is stored under private/pagelet
folder gets deployed to a different place than the
public/scripts folder contents. I tried different things
like /public/scripts/myjavascript.js ,
/irj/resources/BudMenuTest/scripts/myjavascript.js etc.
But no use.
Any help is highly appreciated.
Thank you,
Prasad Nutalapati