I'm trying to create a typeahead component for Wicket that uses Bootstrap's Typeahead:
To set this up though I need to provide the .typeahead method in JavaScript with a function that will return the results, given the query. What I'd like to do is attach that JavaScript function to a Java method much like what is done with an AjaxEventBehavior [2]. I cannot figure out how to go about setting all of this up... any ideas? Thanks... Bill- [1] http://twitter.github.io/bootstrap/javascript.html#typeahead [2] http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/ajax/AjaxEventBehavior.html
