Eric Wilson
Eric Wilson

Reputation: 59345

How to set up Ajax with Struts 2?

According to articles like:

http://www.oreillynet.com/onjava/blog/2007/06/easy_ajax_with_struts_2.html

and

http://www.firstpartners.net/kb/index.php/Easy_Ajax_using_Struts_2

it should be easy (out of the box) to use Ajax with Struts 2, but all of the examples leave out details. Does anyone know of any tutorials that include all the code I would need for an example program?

I am very comfortable with Struts 2, but I'm totally new to Ajax, and my JavaScript is limited.

Upvotes: 0

Views: 767

Answers (1)

leonbloy
leonbloy

Reputation: 75896

Those pages are a bit old. I believe that at present the most recommended way is using the struts2-jquery plugin.

Upvotes: 1

Related Questions