Re: Dojo vs TagLib of Struts for Ajax

2007-03-01 Thread C. Adams
The struts 2 taglibs (in ajax theme) use Dojo, so they are really one in the same. On 3/1/07, Siva Gurusamy <[EMAIL PROTECTED]> wrote: Hi, I am involved in a project which needs Ajax features. We have decided to use struts 2 for development. For Ajax support is it advisable to use Dojo w

Re: Dojo vs TagLib of Struts for Ajax

2007-03-01 Thread Musachy Barroso
You can mix them. Dojo will be available to you, just as if you had included it on your application yourself. There are some tags on the ajax theme that can help you do simple stuff. On top of that there is a JSON plugin that you can use to generate/populate JSON from/to your actions. For ajaxtags