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
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
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