Google News
logo
Java PrimeFaces - Interview Questions
How to implement PrimeFaces autoComplete component in JSF?
It is an input component that provides live suggestions while an input is being typed.
 
Suggestions are loaded by calling a server-side completeMethod that takes a single string parameter.
Advertisement