Author: nbelaevski
Date: 2009-11-25 14:39:53 -0500 (Wed, 25 Nov 2009)
New Revision: 16001
Modified:
branches/community/3.3.X/test-applications/ajaxTest/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/automator/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/regression-test/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/seamApp/web/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml
branches/community/3.3.X/test-applications/test-jsp/src/main/webapp/WEB-INF/web.xml
Log:
Added javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER parameter for QA demos
Modified:
branches/community/3.3.X/test-applications/ajaxTest/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/ajaxTest/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/ajaxTest/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -21,6 +21,10 @@
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
Modified:
branches/community/3.3.X/test-applications/automator/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/automator/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/automator/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -22,6 +22,10 @@
<param-name>com.sun.faces.enableRestoreView11Compatibility</param-name>
<param-value>true</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<filter>
<display-name>RichFaces Filter</display-name>
<filter-name>richfaces</filter-name>
Modified:
branches/community/3.3.X/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -68,6 +68,10 @@
</param-name>
<param-value>true</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
Modified: branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -65,6 +65,10 @@
<param-name>org.richfaces.queue.global.enabled</param-name>
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<!-- FOR JBOSS CONTAINER!!! -->
<context-param>
Modified:
branches/community/3.3.X/test-applications/regression-test/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/regression-test/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/regression-test/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -26,6 +26,10 @@
<param-name>org.richfaces.CONTROL_SKINNING</param-name>
<param-value>enable</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<filter>
<display-name>RichFaces Filter</display-name>
<filter-name>richfaces</filter-name>
Modified:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -36,6 +36,10 @@
<param-value>com.sun.facelets.FaceletViewHandler</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<context-param>
Modified:
branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -27,6 +27,10 @@
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<!--
-->
<filter>
Modified:
branches/community/3.3.X/test-applications/seamApp/web/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/seamApp/web/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/seamApp/web/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -81,6 +81,11 @@
<param-value>true</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
+
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -115,6 +115,10 @@
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
<!-- Auto test servlet -->
Modified:
branches/community/3.3.X/test-applications/test-jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
---
branches/community/3.3.X/test-applications/test-jsp/src/main/webapp/WEB-INF/web.xml 2009-11-25
17:21:34 UTC (rev 16000)
+++
branches/community/3.3.X/test-applications/test-jsp/src/main/webapp/WEB-INF/web.xml 2009-11-25
19:39:53 UTC (rev 16001)
@@ -85,6 +85,11 @@
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
+ <param-value>true</param-value>
+ </context-param>
+
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
Show replies by date