May 2015
Beginner to intermediate
412 pages
8h 44m
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 to do is to define the complete method that will be invoked with the user input, as follows:
<p:autoComplete id="simple" value="#{autoCompleteBean.txt1}"
completeMethod="#{autoCompleteBean.complete}" />This will be rendered as shown in the following screenshot:

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