0
I created a domain class whose primary key is composed. I created a convert for the primary key class.
I registered the convert in the faces-config, in addition to using the annotation @FacesConverter in the converter class with the ID in the value, and the forClass. But it seems that the edit page inherited from AbstractEditPageBean is unable to find my converter by returning the following message:
"You need to create a Facesconverter for the class "...".
Do I need to do anything else, register somewhere else?
Remarks:
- In other locations the convert is working normally, as in the list screen
- Archetype Demoiselle jsf-jpa 2.4.2