Hello,
I am using RF 3.1.6 with JSF 1.1 on Jdeveloper 10.1.3.
When I run the JSP page and I type in letters, no results are getting displayed.
a4j log is showing error
debug[11:27:20,219]: call getElementById for id= suggestionbox_form:suggestionBoxId:suggest
error[11:27:20,219]: New node for ID suggestionbox_form:suggestionBoxId:suggest is not present in response
debug[11:27:20,220]: call getElementById for id= ajax-view-state
When I display <a4j:outputPanel ajaxRendered="true">
<h:messages />
</a4j:outputPanel>
I could see the data in outputpanel. However no data is displayed in suggestionbox
How can I resolve the issue?
Below is snippet of code I am using for suggestionbox.
Thanks