Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.1.1
-
None
Description
I'm possibly missing something here but as far as I can tell struts-plugin.xml is always loaded before struts.xml.
This means the default VelocityManager bean (#registerBeanSelection) will always be selected before the default bean can be configured via struts.velocity.manager.classname
Changing the load order here probably isn't a good solution either.