Larry Meadors wrote:
> You may be able to use this instead:
> 
> src="js/EdiHost.js"

> It is nice, because you can rename your context, and not break your webapp. :)

Or, if you're using JSTL, use:

  src="<c:url value="/js/EditHost.js"/>"

which has the added advantage of *not* being a relative path that'll
only work if referenced from the base directory of the webapp, but
*will* work regardless of changes to the webapp name...

-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to