Hello!
I have translated the PHP example:
http://ajaxref.com/ch8/autosuggest.html
To JSP. It worked fine.
But when i am trying to use it in a JSF page it does not work.
Instead of using the html input tag like in the example i use:
<webuijsf:textField binding="#{Advance.employeeId}" id="employeeId" style="left: 168px; top: 120px; position: absolute"/>
<div id="suggestList"></div>
What should i do to make it work?
Does anybody know about any other example of autocompletion with JSF end Ajax?
Thank you!