Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.4.1
Description
The injection of the TextProvider into ActionSupport occurs via a lazy initialization in the getTextProvider() method. This method obtains the TextProvider from a factory that has the implementation injected into it via the core di mechanism. The problem with this is that ActionSupport programmatically does the injection using it's reference to the core ContainerImpl. This makes it impossible to use the Spring plugin's SpringObjectFactory to manage this TextProvider.
Attachments
Issue Links
- relates to
-
WW-4756 Use TextProviderFactory instead of TextProvider as bean's dependency
-
- Closed
-