Re: AJAX Advice

2012-04-17 Thread Roy Six
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are looking to do this without the struts2-jquery-plugin and you want to directly use jquery's built-in Ajax functions like ".ajax" and the shortcut ".getJSON" (and so forth), that is very possible without much trouble (you might need the struts

Re: AJAX Advice

2012-04-17 Thread Johannes Geppert
One option is to use the Struts2 jQuery Plugin for Ajax and Widgets. But you can also use any JavaScript Framework to do this Job without any Struts2 Plugins. That's dependent from your Project. https://code.google.com/p/struts2-jquery/ Take a look at the Showcases to see how the Struts2 jQuery

Re: AJAX Advice

2012-04-17 Thread stanlick
Take a peek at this On Tue, Apr 17, 2012 at 2:13 AM, shobbi wrote: > Hi all, your advice is greatly appreciated. I need to use AJAX in my > Struts2 > 2.1.8 web application. What is the best option? > > I see DOJO mentioned in many places including