I'm trying to use Spring with JSF and Oracle's ADF JSF components. The problem is that the DelegatingVariableResolver doesn't seem to be able to resolve Spring variables when used with the ADF components (they seem to have their own VariableResolver under the covers). Has anyone made this work?
Any thoughts on how to make it work?


Reply With Quote