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

svn commit: r399985 - /struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml

Author: wsmoak
Date: Thu May  4 23:15:57 2006
New Revision: 399985

URL: http://svn.apache.org/viewcvs?rev=399985&view=rev
Log:
Correct the Mailreader Tour link.
Submitted by: Gary VanMatre
Issue: STR-2509

Modified:
    struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml

Modified: struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml?rev=399985&r1=399984&r2=399985&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml (original)
+++ struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml Thu May  4 23:15:57 2006
@@ -153,7 +153,7 @@
 
     <!-- Display the "walking tour" documentation -->
     <action    path="/tour"
-            forward="/tour.htm">
+            include="/tour.htm">
     </action>
 
   </action-mappings>