primefaces selectOneMenu doesn't working when it should [duplicate]
问题 This question already has an answer here : How do UISelectOne and UISelectMany components preselect defaults in f:selectItems (1 answer) Closed 3 years ago . I'm losing days with this strange problem, I double checked everything but my selectOneMenu simply doesn't works and I can't understand why. So here are my codes: My jsf <p:selectOneMenu id="entityType" value="#{entityBean.entity.type}" style="width:240px;" converter="entityTypeConverter" valueChangeListener="#{entityBean