You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Dongmei Cao <do...@icann.org> on 2020/09/14 04:05:30 UTC

Autocomplete Mixin not working in Tapestry 5.5

Hi !

 

Did anyone experienced any issue with the Autocomplete Mixin in Tapestry 5.5? I just tried with the example from JumpStart http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/autocompletemixin. It does not work. It does not invoke the server side event handler anymore. And I noticed the browser console is giving the following error:

 

typeahead.js:26 Uncaught TypeError: Cannot read property 'Bloodhound' of undefined

    at typeahead.js:26

    at typeahead.js:34

    at typeahead.js:84

 

Does anyone know how to fix it (or workaround it?) We have been using it in 5.3.8. We’re trying to upgrade to 5.5 and noticed the autocomplete mix stopped working.

 

Thank you very much in advance!

 

Dongmei