Author: nbelaevski
Date: 2009-03-06 15:28:39 -0500 (Fri, 06 Mar 2009)
New Revision: 12884
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml
trunk/test-applications/realworld2/web/src/main/webapp/index.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/main.xhtml
Log:
Latest changes for real-world demo
Modified: trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml 2009-03-06
20:27:05 UTC (rev 12883)
+++ trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/web.xml 2009-03-06
20:28:39 UTC (rev 12884)
@@ -43,6 +43,11 @@
</filter-mapping>
<context-param>
+ <param-name>org.richfaces.queue.global.enabled</param-name>
+ <param-value>true</param-value>
+ </context-param>
+
+ <context-param>
<param-name>org.richfaces.SKIN</param-name>
<param-value>realworld</param-value>
</context-param>
@@ -84,6 +89,10 @@
<param-value>/WEB-INF/tags/realWorld-taglib.xml</param-value>
</context-param>
+ <context-param>
+ <param-name>facelets.REFRESH_PERIOD</param-name>
+ <param-value>-1</param-value>
+ </context-param>
<servlet>
Modified: trunk/test-applications/realworld2/web/src/main/webapp/index.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld2/web/src/main/webapp/main.xhtml
===================================================================
(Binary files differ)
Show replies by date