You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/16 04:07:16 UTC

svn commit: r1301320 - /myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml

Author: lu4242
Date: Fri Mar 16 03:07:15 2012
New Revision: 1301320

URL: http://svn.apache.org/viewvc?rev=1301320&view=rev
Log:
disable validation

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

Modified: myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml?rev=1301320&r1=1301319&r2=1301320&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml Fri Mar 16 03:07:15 2012
@@ -76,7 +76,7 @@
   			Validate managed beans, navigation rules and ensure that forms are not nested.
   		</description>
        	<param-name>org.apache.myfaces.VALIDATE</param-name>
-       	<param-value>true</param-value>
+       	<param-value>false</param-value>
     </context-param>
 
   <context-param>