Hi All,
I am trying to use the JqueryUI autocomplete plugin but I am unable to make it work.
I am using Spring MVC at the backend and I am returning JSON response by following this http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/ post that I got from the net.
My problem is, there seem to be some problem in the way the autocomplete plugin expects the JSON response. I checked on my firebug and it is displaying below JSON response.
{"data":["TEST-01","TEST-02","TEST-03"]}
No error is being thrown out but the autocomplete is not suggesting anything.
Any pointers please?
Thanks all..