With the current release of Tomahawk (1.1.2) and MyFaces Core (1.1.3) and tomahawk-sandbox-1.1.3-SNAPSHOT.jar we have following problems with InputSuggestAjax:
1.) We need to trigger some application functions on events in this field. Especially after selection from the drop down menue or when leaving the field we would like to trigger a submit of the form. When the field is left, we want to call backing bean methods for updating the form with respective database information. Beans etc. are already implemented. 2.) With Browser Konqueror the drop down menue does not attach to the input field, but it is placed somewhere below with a big and unacceptable distance to it. This problem is not seen with Firefox or IE. In an earlier version we did not have problem 1.) and it was possible to get events like onfocus, onchange, onclick, onblur working with it. Best thanks for some advice Regards Christoph

