Author: andrei_exadel
Date: 2009-01-16 10:11:15 -0500 (Fri, 16 Jan 2009)
New Revision: 12312
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml
Log:
Map the seam filter on faces servlet to load CSS and JS
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-01-16
15:05:18 UTC (rev 12311)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/WEB-INF/web.xml 2009-01-16
15:11:15 UTC (rev 12312)
@@ -100,7 +100,7 @@
</filter>
<filter-mapping>
<filter-name>Seam Filter</filter-name>
- <url-pattern>/*</url-pattern>
+ <servlet-name>Faces Servlet</servlet-name>
</filter-mapping>
<!-- JSF -->
Show replies by date