Hemal Shah wrote:
Hi, I want to use JQuery with Struts 2. I did search and found jQuery plugin at http://code.google.com/p/s2jquery
Don't use that one--it's not going to be developed and I'll remove it from Google Code. We (where I worked) ended up using straight JavaScript with jQuery.
There were too many issues to make it worth the effort--we were being very accessibility and unobtrusive-JavaScript oriented; a good tag-based JavaScript solution needs to collect and inject JavaScript in the response outside of the main HTML (as well as a few other games) so it just wasn't a good path for us.
As Wes said there's a new quasi-official (for now) jQuery plugin. Personally I'd skip tag-based solutions altogether, but in some circumstances it might be all you'd need.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org