[Solved] Wrong selected option for selectOneMenu with POJOs and Converter
Your mistake is that you forgot to implement/autogenerate equals() (and hashCode()) method conform the contract. This is beyond control of JSF. Pointing the accusing finger to JSF isn’t making any sense. It’s handy to have a base entity where all your entities extend from so that you don’t need to repeat the task over all … Read more