• 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

primefaces autocomplete issue

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Basically I am trying to do a search of the users on my social network project using autocomplete of primefaces. The problem that I am facing is that whenever a new user signs up, the autocomplete is sometimes showing the new user in the suggestion and sometimes its not showing. Normally during first time a user signs up the autocomplete showing the user's name in the suggestion but the second when another user signs up ,his name is not showing in the suggestion. I think userDB is not getting updated. But whenever I redeploy the project everything is working fine. The name of the user is showing in the autocomplete.



1)xhtml





2) User Converter




3) Serach Bean

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic