1. What would be a correct implemantation of JSF Converter if I need to get an Integer to run a query? (should I use another interface) stackoverflow.comHI here's my code: List.xhmtl
My Controller Class with innner Converter implemantation
|
2. Unit test error (JSF): Absent Code attribute in method that is not native or abstract stackoverflow.comI get a strange error when Im trying to unit test a Java class dealing with JSF components (javax.faces.model.SelectItem). The error I get is this:
|
3. Getter / Setter for List stackoverflow.comi have one method followed:
and in JSF Page i user this method for display Data in h:dataTable
and in view (JSF Page) i have one inputText in h:dataTable, ... |
4. Trying to use view parameters in @PostConstruct? stackoverflow.comI think my question is similar to this but havn't found it to work @ManagedProperty(value = "#{param.id}") in a non-request Scope Bean
|
5. how to update entity with extra fields? stackoverflow.comi need some help to deal with updating an entity with extra fields. I have two entities User and Role that have a OneToMany relationship with a UserRole entity that ... |