Hi i am trying to create a selectonemenu with jsf 2.2 with columns with images
<h:selectOneMenu id="subscriptions" value="#{InscriptionBean.sexe}"
<f:selectItem id="item1" itemLabel="Votre Chaine " itemValue="Votre chaine" />
<f:selectItem id="item1" itemLabel="Homme" itemValue="Homme" >
h:column>
<h:graphicImage value="/Ressources/images/nedal.PNG" width="40" height="50"/>
</h:column>
<h:column>
<h:outputLabel value="test" />
</h:column>
</f:selectItem>
</h:selectOneMenu>
but the problem that i get the image with the label outside the selectonemenu , and the 'Homme' inside