Has anyone had any luck loading javascript source
files or stylesheets from a jar file?

I've been told there is an old trick to the tune of
something like this:

<script language="JavaScript"
src="jar:file:myfaces.jar!/org/apache/myfaces/custom/navmenu/resource/jscookmenu/JSCookMenu.js"
type="text/javascript"></script>
<script language="JavaScript"
src="jar:file:myfaces.jar!/org/apache/myfaces/custom/navmenu/resource/jscookmenu/ThemeOffice/theme.js"></script>

But I am not having any luck. Any ideas?

Thanks!

-Matt

Reply via email to