Hi , I m having a doubt in cakePHP.I m building an application in CakePHP.I kept prototype.js and scriptacuolous.js in the /app/webroot/js folder..But in the view
I gave as $javascript->link("prototype");
But it s generating the script
src="/cake_1.2.1.8004/index.php/js/prototype.js"
instead of src="/cake_1.2.1.8004/app/webroot/js/prototype.js"
I dont know where to set this..Please resolve me this error...
