Reputation: 26617
The image below shows a input component from Facebook that helps in building a list of people from a suggested list.
How do I build such a input component using primefaces or JSF components or can I get it ready from somewhere else ?
Looking to support IE6 and above if possible.
Upvotes: 0
Views: 70
Reputation: 26617
I found a much nicer solution to this through fpsFBMSelect(a multiselect control based on jQuery)
See the demo here
Upvotes: 0
Reputation: 7297
Your best bet is the jqueryui suite's autocomplete: http://jqueryui.com/demos/autocomplete/
Upvotes: 3