i'm working with jsf component selectOneMenu but i get this random value 8e6a2a06-91dd-84a9-88b8-c2403de5d17d when inspecting html output
JSF :
<h:selectOneMenu id="idSelect"
value="#{bean.SelectValue}">
<f:selectItems value="#{bean.list()}" var="prts"
itemLabel="#{prts.libelle}" itemValue="#{prts.code}" />
</h:selectOneMenu>