What is the best way to implement a country autocomplete textfield in JSF2?
I would like to know if there are better ways than implementing a bean to inject a list of countries either from the database or an XML data source.
I am using the primefaces component library, would there be a ready-made plugin i could use?