JSF tag to create a multi select dropdown.
The <h:selectManyMenu>
is a JSF UI component which generates a HTML <select multiple="multiple" size="1">
element which allows you to bind the selected values to a managed bean property of collection or array type.