Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF and Ajax

843844Sep 23 2008 — edited Sep 23 2008
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2008
Added on Sep 23 2008
1 comment
75 views