mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
WW-5391 Fix bean definition
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
|
||||
<struts>
|
||||
|
||||
<bean name="struts" type="org.apache.struts2.views.velocity.VelocityManagerInterface"
|
||||
class="org.apache.struts2.views.velocity.VelocityManager"/>
|
||||
|
||||
<!-- Deprecated since 6.4.0 -->
|
||||
<bean name="struts" class="org.apache.struts2.views.velocity.VelocityManager"/>
|
||||
|
||||
<bean type="org.apache.struts2.components.template.TemplateEngine" name="vm"
|
||||
|
||||
Reference in New Issue
Block a user