You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/11/16 23:30:59 UTC

svn commit: r595849 - /struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml

Author: mrdon
Date: Fri Nov 16 14:30:57 2007
New Revision: 595849

URL: http://svn.apache.org/viewvc?rev=595849&view=rev
Log:
Setting devmode properly

Modified:
    struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml?rev=595849&r1=595848&r2=595849&view=diff
==============================================================================
--- struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml Fri Nov 16 14:30:57 2007
@@ -18,7 +18,7 @@
         	<param-value>org.apache.struts2.rest.example</param-value>
         </init-param>
         <init-param>
-        	<param-name>devMode</param-name>
+        	<param-name>struts.devMode</param-name>
         	<param-value>true</param-value>
         </init-param>
     </filter>