Author: tmjee
Date: Wed Nov 15 08:05:10 2006
New Revision: 475283

URL: http://svn.apache.org/viewvc?view=rev&rev=475283
Log:
WW-1506
  - Sitemesh plugin's struts-plugin.xml uses incorrect filter for both 
freemarker and velocity


Modified:
    struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml

Modified: 
struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml?view=diff&rev=475283&r1=475282&r2=475283
==============================================================================
--- struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml 
(original)
+++ struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml 
Wed Nov 15 08:05:10 2006
@@ -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>


Reply via email to