Hello Stephen, After several tests and corrections now I can run the basics for a project with Struts 2 and dojo. Part of the problem was due to the way I was using dojo, in that sense I will share what I have discovered, perhaps they can util to others and also having a feedback from those who are already using this combination for longer.
1. Apparently the result of an action (jsp) must refer to the dojo library as if it would be in the same physical location that the input of the action. 2. When using dojo to create the structure of a page with multiple pages (a page is a container for others) all references to dojo should be included in the containing page. This is only a way of working, as I read there are other alternatives. Now what worries me is that there are cases where the javascript (dojo) works well in Firefox but not on Internet Explorer. Any suggestions to tackle this problem? Thanks and regards, 2010/11/30 Stephen Ince <stephenpi...@gmail.com> > I am currently using Struts2 + Dojo 1.5. Dojo documentation is getting > better but the dojo user community is awesome. I would not use the dojo > plugin. > ----- Original Message ----- From: "Dave Newton" <davelnew...@gmail.com> > To: "Struts Users Mailing List" <user@struts.apache.org> > Sent: Tuesday, November 30, 2010 12:26 > Subject: Re: Struts2 + Dojo 1.5 > > > > Dojo is framework- agnostic. >> On Nov 30, 2010 12:12 PM, "developer researcher" < >> java.developer.researc...@gmail.com> wrote: >> >>> Hello, >>> >>> Has anyone worked with Dojo to create the UI? I do not refer to plugin >>> for dojo. I mean to use dojo as javascript library to create the >>> structure >>> of the pages and form elements. >>> >>> I've been testing and I've run into several problems. I do not know if >>> is a problem of struts2 or dojo. Are these frameworks complementary? >>> >>> Thanks in advance, >>> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >