[jQuery] jquery autocomplete + struts 2

[jQuery] jquery autocomplete + struts 2


hello,
is there anybody have implemented jquery-autocomplete with struts2?
i'm already success if i access the JSP, with this script:
$().ready(function() {
$("#dummy2").autocomplete('test.jsp', {
multiple: true,
mustMatch: true,
autoFill: true
});
});
i put my data on "test.jsp".
but the autocomplete can not run if i access it through struts2
action.
is there anyone could help me?
thanks in advance.