Hey guys, I'm using jquery + autocomplete plugin (by Jörn) and I trying to make it work with DWR(http://directwebremoting.org/). My problem is that jquery autocomplete takes a url or data directly, but to make DWR works properly, I must use their javascript functions and handle the callback. Here is a example:
TestAutoComplete.findAutoComplete(token, function(data) { /* do something with data*/ }); How to make it work with autocomplete, that works like this: $("#city").autocomplete(cities); Thanks in advance -- http://plentz.org