Do these scripts need to have the same filename as the *.script file?
I'm trying to include a number of files from the yui library, and only
want to include them on pages that use their services. But when I try
to do either:
or
And place the files in the appropriate location, I get the follo
use include-script for resources in your classpath, i.e.
and put ajaxRequest.js in that package
Vinicius Carvalho wrote:
> Hello there! I'm trying to include a script with my .script file, but
> it is not being loaded by the browser:
>
> My script is located at context/WEB-INF/components/ajaxSen
Hello there! I'm trying to include a script with my .script file, but
it is not being loaded by the browser:
My script is located at context/WEB-INF/components/ajaxSend.script
When creating the page its rendering:
Well, it seems ok, but the browser is not loading it. Isn't WEB-INF a
protect