diff -r f5d1b1025702 -r 8590d82e9b1b web/formwidgets.py --- a/web/formwidgets.py Mon Oct 11 17:46:22 2010 +0200 +++ b/web/formwidgets.py Mon Oct 11 19:12:59 2010 +0200 @@ -698,8 +698,8 @@ controller. This method is expected to return allowed values for the input, that the widget will use to propose matching values as you type. """ - needs_js = ('cubicweb.widgets.js', 'jquery.autocomplete.js') - needs_css = ('jquery.autocomplete.css',) + needs_js = ('cubicweb.widgets.js', 'jquery.ui.js') + needs_css = ('jquery.ui.css',) wdgtype = 'SuggestField' loadtype = 'auto'