If your application is based on ecommerse I suppose you use ftl but not form widget to create that field. Autocompleter is added automatically to lookup fields generated by form widget. For ftl generated fields, you have to add the javascript part yourself.
HTH Bilgin On Tue, Oct 12, 2010 at 8:58 AM, Gavin Mabie <[email protected]>wrote: > Hi all > > > > I am having problems creating a ajaxAutocomplete dropdown list. My app is > based on the ecommerce component. In it I try to use a keywordsearch such > as in the catalogscreen - keywordsearchbox.ftl example. The dropdown does > however not work. Looking at the webpage source I see that - <script > language="JavaScript" > > type="text/javascript">ajaxAutoCompleter('productJumpFormProductId,/catalog/ > control/LookupProduct,ajaxLookup=Y&searchValueField=productId', > true);</script> - does not get generated although "selectall.js" get > loaded. > Is there a place where I can set ajaxEnabled to "on/true/y" or is this not > the problem here? > > Thanks for the help. > > Gavin > > > >
