<tr>
<td width="20%"></td>
<td align="left">
<h:outputText value="#{PeerReviewBean.underwriters}"/>:
</td>
<td align="left">
<h:selectOneMenu id="underwriters" styleClass="selectmedium_dropdown">
<f:selectItems value="#{PeerReviewBean.underwriters}"/>
</h:selectOneMenu> </td>
I 'm getting the following error in above mentioned code:Expected a child component type of UISelectItem/UISelectItems for component type javax.faces.SelectOne(underwriters). Found null. How can I solve this error?