January 2013
Intermediate to advanced
328 pages
7h 14m
English
The autoComplete component provides suggestions while you type into the input field. This enables users to quickly find and select from the list of looked-up values as they type, which leverages the searching and filtering abilities.
For simple usage of the autoComplete component, all we need is to define the complete method that will be invoked with the user input as follows:
<p:autoComplete id="simple" value="#{autoCompleteController.txt1}"
completeMethod="#{autoCompleteController.complete}" />This will be rendered as shown in the following screenshot:

As the user types characters into the input text, ...
Read now
Unlock full access