Re: Struts s:head theme=Ajax

2008-06-11 Thread Jeromy Evans
Onur Idrisoglu wrote: Cédric, thanks, i read the mail archive, maybe copying all javascript files to the struts folder would help, but i dont wanna do that... Actually it was working in my own tomcat application, but i deployed it to a shared tomcat, and now js files cannot be found... If i could

Re: Struts s:head theme=Ajax

2008-06-11 Thread Onur Idrisoglu
Cédric, thanks, i read the mail archive, maybe copying all javascript files to the struts folder would help, but i dont wanna do that... Actually it was working in my own tomcat application, but i deployed it to a shared tomcat, and now js files cannot be found... If i could change a parameter and

Re: Struts s:head theme=Ajax

2008-06-11 Thread Craftyman
The dojo files are located in struts-core jar (Struts 2.0.x) The neceesary import files are automatically done by struts You can also consult this thread : http://www.mail-archive.com/user@struts.apache.org/msg76807.html I hope i response to your answer Cédric 2008/6/11 Onur Idrisoglu <[EMAIL PR

Struts s:head theme=Ajax

2008-06-11 Thread Onur Idrisoglu
Hi everyone, When s:head tag is used with theme=ajax, the necessary javascript files are imported, like What I would like to ask is, can we define where to look for this files, or are they in a jar file? Cos my server cannot find these files. Thanks. Onur Idrisoglu