Hi All, I'm trying to use Jquery autocomplete with struts2. The example for using Jquery autocomplete is given below(link) http://makhaer.blogspot.com/2008/12/jquery-autocomplete.html In this example, author is returning data with .php similarly I'd like to return data from struts2 action(not with json object) Can anyone please let me know how to return data from struts2 action for accomplishing same thing. Thanks in advance. Regards, Sharath.

