Author: alexsmirnov
Date: 2007-06-28 14:28:14 -0400 (Thu, 28 Jun 2007)
New Revision: 1378
Modified:
trunk/richfaces-samples/richfaces-demo/pom.xml
trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
trunk/richfaces-samples/richfaces-demo/src/main/webapp/templates/main.xhtml
Log:
Switch demo to use FastFilter
Modified: trunk/richfaces-samples/richfaces-demo/pom.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/pom.xml 2007-06-28 18:11:33 UTC (rev 1377)
+++ trunk/richfaces-samples/richfaces-demo/pom.xml 2007-06-28 18:28:14 UTC (rev 1378)
@@ -26,6 +26,12 @@
<version>1.0</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>0.9.5</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>
<finalName>richfaces-demo</finalName>
Modified: trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2007-06-28
18:11:33 UTC (rev 1377)
+++ trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2007-06-28
18:28:14 UTC (rev 1378)
@@ -42,7 +42,7 @@
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
- <filter-class>org.ajax4jsf.Filter</filter-class>
+ <filter-class>org.ajax4jsf.FastFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>ajax4jsf</filter-name>
Modified: trunk/richfaces-samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-06-28
18:11:33 UTC (rev 1377)
+++ trunk/richfaces-samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-06-28
18:28:14 UTC (rev 1378)
@@ -47,8 +47,7 @@
</tr>
</tbody>
</table>
-
-
+ <a4j:log hotkey="M"/>
</body>
</html>
<!--
Show replies by date