- Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-11-15 16:05:10 +00:00
parent 5fc4ffde79
commit 62ee994785
@@ -5,6 +5,6 @@
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<bean class="org.apache.struts2.sitemesh.FreeMarkerTemplatePageFilter" static="true" optional="true"/>
<bean class="org.apache.struts2.sitemesh.VelocityTemplatePageFilter" static="true" optional="true"/>
<bean class="org.apache.struts2.sitemesh.FreeMarkerPageFilter" static="true" optional="true"/>
<bean class="org.apache.struts2.sitemesh.VelocityPageFilter" static="true" optional="true"/>
</struts>