You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/11/15 17:05:11 UTC

svn commit: r475283 - /struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml

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>