On 8/31/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > If you are using by-Class converters, you don't need to register them on > the *component* at all -- they get registered in the Application instance > along with the class they are for. I'm not sure I see a need to use a DI > framework to instantiate those, since you already have the ability to > configure the implementation class that will be used.
Craig, Can you expand on this? What do I need to do to gain the ability to configure the implementation class? I have lots of converters registered by class, and I want to DI a managed JSF bean into each of them. How do I do this? -Mike

