Re: JavaScript file in JSP with Struts

2005-09-24 Thread Francisco - São Paulo - Brazil
Thank you very much, I solved the problem. Francisco - São Paulo - Brazil escreveu: Hi all, How can I insert/use an .JS (javaScript) file in my .jsp which is using Struts? I have this: script.js: alert('testing...'); in my .jsp : ... But nothing happens whey I run the JSP file. It

JavaScript file in JSP with Struts

2005-09-24 Thread Francisco - São Paulo - Brazil
Hi all, How can I insert/use an .JS (javaScript) file in my .jsp which is using Struts? I have this: script.js: alert('testing...'); in my .jsp : ... But nothing happens whey I run the JSP file. It should show a window dialog saying "testing...", right? PS. Both, .js and .jsp are