I created a domain class whose primary key is composed. I created a convert for the primary key class.
I registered the convert in faces-config
, in addition to using the @FacesConverter
annotation in the converter class, with ID in value
, and forClass
. But it seems that the editing page inherited from AbstractEditPageBean
is not being able to find my converter, returning the following message:
"You need to create a FacesConverter for the" ... "class.
Do I need to do anything else, register in another location?
Comments:
- In other places the converter is working normally, as in the list screen
- Demoiselle archetype jsf-jpa 2.4.2