Wrong selected option for selectOneMenu with POJOs and Converter
问题 in our company we're hitting a serious problem which we think is a serious design flaw of the JSF spec, if it is the normal behavior. This is our usecase: SelectOneMenu (standard JSF or primefaces, doesn't matter, same behavior) SelectItems with a database entity as it's value and a string as the label A converter (via attribute on the selectOneMenu) which translates the entity to its ID (getAsString) and from the ID to the entity (getAsObject) Everything works as expected as long as the