Re: Reduce Java Script Depecency in Struts 2

2010-10-06 Thread Jason Ferguson
I've tried the jquery plugin, but it just doesn't work for me. A bug in publishing and subscribing to topics had been ignored on the Google Groups site for it since July, but once I just wrote the straight jquery code it worked fine. I also didn't want to resort to Javascript to put content into a

Re: Reduce Java Script Depecency in Struts 2

2010-10-06 Thread Maurizio Cucchiara
Greg is right. JQuery is very easy to use and provides a new approach to write non-intrusive javascript. Maurizio Cucchiara - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@s

Re: Reduce Java Script Depecency in Struts 2

2010-10-06 Thread Greg Lindholm
I haven't used the jQuery plugin but I would highly recommend just using straight jQuery. I've been very impressed with how easy it is to use and how much you can accomplish with very little jQuery code. As far as the jQuery plugin goes; it appears to give you a bunch of snazzy UI elements via jsp

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Yanto Bong
Hi Hantsy, Jose, thanks, we'll take a look at the plug in. Best Regards Yanto On Wed, Oct 6, 2010 at 11:48 AM, Jose A. Corbacho wrote: > I meant, yep, using the plugin provided for jQuery. > > On Wed, Oct 6, 2010 at 10:40 AM, Hantsy Bai wrote: > > > There is a project which integrated JQuery

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Jose A. Corbacho
I meant, yep, using the plugin provided for jQuery. On Wed, Oct 6, 2010 at 10:40 AM, Hantsy Bai wrote: > There is a project which integrated JQuery into Struts2... > http://code.google.com/p/struts2-jquery/ > > The dojo plugin shipped with Struts 2 is too old... > > Hantsy > > 于 2010/10/6 11:28

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Hantsy Bai
There is a project which integrated JQuery into Struts2... http://code.google.com/p/struts2-jquery/ The dojo plugin shipped with Struts 2 is too old... Hantsy 于 2010/10/6 11:28, Jose A. Corbacho 写道: I changed to jQuery not long time ago and I have to say the system has improved its performanc

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Jose A. Corbacho
I changed to jQuery not long time ago and I have to say the system has improved its performance (I was using before the dojo plugin) as well as the code being cleaner. You'll still need to do some "javascripting" but using jQuery API that is, as said, cleaner. On Wed, Oct 6, 2010 at 10:05 AM, Yant

Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Yanto Bong
Hi All, We've use Struts 2+Spring+Hibernate as our framework and use JSP as the UI. After we review the application, our application having quite a lot Java Script that cause certain form not working propertly in one of the browser. Any suggesstion how we can reduce Java Script in the JSP ? is th