Author: dsvyatobatsko
Date: 2009-02-11 09:24:11 -0500 (Wed, 11 Feb 2009)
New Revision: 12629
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml
Log:
Resolved A4J/Seam filters conflict: removed separate Richfaces filter from web.xml, Seam
installs it automatically
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml 2009-02-11
11:30:52 UTC (rev 12628)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/components.xml 2009-02-11
14:24:11 UTC (rev 12629)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<components
xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
+
xmlns:web="http://jboss.com/products/seam/web"
xmlns:security="http://jboss.com/products/seam/security"
xmlns:transaction="http://jboss.com/products/seam/transaction"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -14,4 +15,6 @@
<transaction:no-transaction />
+ <web:ajax4jsf-filter force-parser="true" />
+
</components>
Modified: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml 2009-02-11
11:30:52 UTC (rev 12628)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml 2009-02-11
14:24:11 UTC (rev 12629)
@@ -61,25 +61,6 @@
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>#{configurator.loadScriptStrategy}</param-value>
</context-param>
- <!--
- -->
- <filter>
- <display-name>Ajax4jsf Filter</display-name>
- <filter-name>ajax4jsf</filter-name>
- <filter-class>org.ajax4jsf.Filter</filter-class>
- <init-param>
- <param-name>forceparser</param-name>
- <param-value>true</param-value>
- </init-param>
- </filter>
- <filter-mapping>
- <filter-name>ajax4jsf</filter-name>
- <servlet-name>Faces Servlet</servlet-name>
- <dispatcher>REQUEST</dispatcher>
- <dispatcher>FORWARD</dispatcher>
- <dispatcher>INCLUDE</dispatcher>
- <dispatcher>ERROR</dispatcher>
- </filter-mapping>
<!-- Seam -->