Posts by Marcelo Barros • 101 points
1 post
-
0
votes1
answer300
viewsA: Inject Dao into Converter
Unfortunately the @Inject does not work with the annotation @FacesConverter. There are other ways to solve this problem. One is to replace the annotation: @FacesConverter(forClass = Estado.class)…