How can I inject a property of a managed-bean into a custom converter?
For instance, a generic List so that I can extract my object from the list inside the converter?
|
How can I inject a property of a managed-bean into a custom converter? For instance, a generic List so that I can extract my object from the list inside the converter? |
||||
|
|
|
In several case, when you need to inject a bean such as ManagedBean, EJB, etc. into a
You can take a look at this for an example on |
|||