I\'ve used the Struts2 jQuery autocompleter for my Struts 2 application.
autocompleter
Here is my code:
JSP:
This is wrong:
You are feeding the autocompleter with a Map, not with an custom object built by yourself.
An HashMap does not have any name nor id fields, instead it have keys and values fields.
name
id
key
value
Start by changing that and see if it works: