You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2008/04/01 15:45:51 UTC

svn commit: r643398 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

Author: hermanns
Date: Tue Apr  1 06:45:45 2008
New Revision: 643398

URL: http://svn.apache.org/viewvc?rev=643398&view=rev
Log:
WW-2421 
o adding default-class-ref to struts-default.xml to make showcase working again

Modified:
    struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?rev=643398&r1=643397&r2=643398&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Tue Apr  1 06:45:45 2008
@@ -297,6 +297,8 @@
        </interceptors>
 
         <default-interceptor-ref name="defaultStack"/>
+
+        <default-class-ref class="com.opensymphony.xwork2.ActionSupport" />
     </package>
 
 </struts>