i'm attempting to integrate jquery/jqueryui into a spring 3.0.3 app.
i have 2 autocomplete widgets on my jsp page. the first uses a source of local defined array, like the documentation example. this widget works as expected. items in the suggested list are filtered.
in the second widget, i've set the source to retrieve the array of suggested values through a url. when typing in the autocomplete widget, ALL values returned are displayed, regardless of what is typed. The autocomplete is not filtering the suggested values. in the UI, it looks like the list is refreshed when typing (list slightly flashes).