I'm a fan of YUI myself. A good way to go with Struts/Ajax integration is to make an ordinary request to an action, and then return a JSON response. This provides the benefits of JSON, but avoid some of the overhead of a JSON/RPC call.
I actually did a presentation at the Boston Ajax Experience on this topic. The slides can be found here: * http://www.StrutsUniversity.org/Coding+Ajax+Applications+with+Struts HTH, Ted <http://www.StrutsMentor.com/> On Jan 16, 2008 8:56 PM, tzhang <[EMAIL PROTECTED]> wrote: > > I am doing some research ajax+struts2. you know struts2.0 has the built-in > supprot for ajax based on Dojo, but I found the components is not very rich, > only have some basic function. I know there are a lot of ajax components for > JSF. So what did you do for struts2, develop your costom widgets or use the > third party ajax library? If you use the third party ajax libray? Could you > tell me which library is better? And give me some comments about how to > integrate with struts2? > > > Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

