Re: [appfuse-user] DOJO problem in struts basic 2m5

2007-07-21 Thread arvinder
Matt, I was trying to make it work with default dojo which comes with struts but was getting dojo not defined error as dojo.js was not being loaded, while all others js files (loaded by s:head ) were. Then I added dojo to my scripts folder as suggested by you below, but surprisingly when I checked

Re: [appfuse-user] DOJO problem in struts basic 2m5

2007-07-21 Thread Matt Raible
There's 3 steps to make Dojo work (sorry I don't have more details): 1. Download and add Dojo to your webapp/scripts folder. 2. Modify decorators/default.jsp to add Dojo to your head, pointing at your installed version of Dojo. 3. Modify web.xml so scripts/dojo is an included path for static file

[appfuse-user] DOJO problem in struts basic 2m5

2007-07-20 Thread arvinder
I am trying a very simple Ajax call in jsp but I cannot get it to work..delaying my friday beer session:) I have in head and following in my jsp body loading content... My ajax action is spitting some static content, but I never get that on this page, but if I type in