WW-5049 Moves Velocity support into a dedicated plugin

This commit is contained in:
Lukasz Lenart
2019-11-25 09:33:05 +01:00
parent 8952cffd34
commit 5c55e69b4f
114 changed files with 471 additions and 176 deletions
+5
View File
@@ -94,6 +94,11 @@
<artifactId>struts2-async-plugin</artifactId>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-velocity-plugin</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -24,7 +24,7 @@
"http://struts.apache.org/dtds/struts-2.5.dtd">
<struts>
<package name="ui-tags" extends="struts-default" namespace="/tags/ui">
<package name="ui-tags" extends="velocity-default" namespace="/tags/ui">
<action name="example" class="org.apache.struts2.showcase.UITagExample">
<result>/WEB-INF/tags/ui/example.jsp</result>
<result name="input">/WEB-INF/tags/ui/example.jsp</result>