Tag name: <amc:selectItems>
The selectItems tag represents a collection of items that the user may select from a choice component.

<amc:selectOneChoice value="#{bean.aValue}" required="true">
  <amc:selectItems value="#{bean.items}"/>
</amc:selectOneChoice>

Attributes

Name Type Supports EL? Description
value Object Yes Specifies the value of the collection that the Select Items should display.