Re: Problems with javascript files in Struts-based webapp

2009-02-24 Thread Dale Newfield
Emmanuele Sordini wrote: http://www.nabble.com/Loading-and-Calling-Java-Script-in-Struts-td20623678.html None of those suggestions help you? What is the jsp code you're writing? What is the path that the browser receives? I'm willing to bet that either you're not using the jstl version you

Re: Problems with javascript files in Struts-based webapp

2009-02-24 Thread Emmanuele Sordini
DNewfield wrote: > Many browsers have issues with this--you'll have better luck if you > convert this to an (empty) container tag: Thanks but unfortunately that was already the case, and it doesn't work. DNewfield wrote: > The server doesn't control how the browser interprets the code it > pr

Re: Problems with javascript files in Struts-based webapp

2009-02-23 Thread Dale Newfield
Emmanuele Sordini wrote: In a "normal" JSP page I just included the script file, e.g.: Many browsers have issues with this--you'll have better luck if you convert this to an (empty) container tag: src="/scripts/OpenLayers/OpenLayers.js"> The server doesn't control how the browser inter