• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RichFaces SuggestionBox Not Displaying Values

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Chacko Chen
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could someone provide some help?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic