You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/04/02 22:49:42 UTC

svn commit: r390900 - in /myfaces/tomahawk/trunk/examples: blank/src/main/webapp/WEB-INF/web.xml simple/src/main/webapp/WEB-INF/web.xml tiles/src/main/webapp/WEB-INF/web.xml

Author: dennisbyrne
Date: Sun Apr  2 13:49:41 2006
New Revision: 390900

URL: http://svn.apache.org/viewcvs?rev=390900&view=rev
Log:
put org.apache.myfaces.validate in demo web.xml

Modified:
    myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml
    myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml?rev=390900&r1=390899&r2=390900&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/blank/src/main/webapp/WEB-INF/web.xml Sun Apr  2 13:49:41 2006
@@ -79,7 +79,15 @@
         <param-name>org.apache.myfaces.secret</param-name>
         <param-value>NzY1NDMyMTA=</param-value>
     </context-param>
-  
+    
+    <context-param>
+  		<description>
+  			Validate managed beans and navigation rules.
+  		</description>
+       	<param-name>org.apache.myfaces.validate</param-name>
+       	<param-value>true</param-value>
+    </context-param>
+
   <filter>
     <filter-name>extensionsFilter</filter-name>
     <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml?rev=390900&r1=390899&r2=390900&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml Sun Apr  2 13:49:41 2006
@@ -69,6 +69,14 @@
     <param-value>true</param-value>
   </context-param>
 
+    <context-param>
+  		<description>
+  			Validate managed beans and navigation rules.
+  		</description>
+       	<param-name>org.apache.myfaces.validate</param-name>
+       	<param-value>true</param-value>
+    </context-param>
+
 <!--
   <context-param>
     <description>A class implementing the

Modified: myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml?rev=390900&r1=390899&r2=390900&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/WEB-INF/web.xml Sun Apr  2 13:49:41 2006
@@ -80,6 +80,14 @@
         <param-value>NzY1NDMyMTA=</param-value>
     </context-param>
   
+    <context-param>
+  		<description>
+  			Validate managed beans and navigation rules.
+  		</description>
+       	<param-name>org.apache.myfaces.validate</param-name>
+       	<param-value>true</param-value>
+    </context-param>  
+  
       <!-- Tiles ViewHandler config file --> 	 
      <context-param> 	 
          <description>Tiles configuration