Author: nbelaevski
Date: 2008-02-18 19:31:04 -0500 (Mon, 18 Feb 2008)
New Revision: 6152
Modified:
trunk/samples/richfaces-demo/pom.xml
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
Log:
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-02-19 00:28:01 UTC (rev 6151)
+++ trunk/samples/richfaces-demo/pom.xml 2008-02-19 00:31:04 UTC (rev 6152)
@@ -13,7 +13,7 @@
<build>
<finalName>richfaces-demo</finalName>
<plugins>
- <plugin>
+ <!--plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
@@ -73,7 +73,7 @@
<argument>${project.build.directory}/richfaces/META-INF/rich.tld</argument>
</arguments>
</configuration>
- </plugin>
+ </plugin-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-02-19
00:28:01 UTC (rev 6151)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-02-19
00:31:04 UTC (rev 6152)
@@ -73,7 +73,7 @@
<managed-bean>
<managed-bean-name>dataTableScrollerBean</managed-bean-name>
<managed-bean-class>org.richfaces.datatablescroller.DataTableScrollerBean</managed-bean-class>
- <managed-bean-scope>session</managed-bean-scope>
+ <managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>toggleBean</managed-bean-name>
@@ -264,7 +264,7 @@
</managed-property>
<managed-property>
<property-name>singleMode</property-name>
- <property-class>boolean</property-class>
+ <property-class>java.lang.Boolean</property-class>
<value>true</value>
</managed-property>
</managed-bean>
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-02-19 00:28:01 UTC
(rev 6151)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-02-19 00:31:04 UTC
(rev 6152)
@@ -45,11 +45,11 @@
</context-param>
<!--context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
- <param-value>ALL</param-value>
+ <param-value>DEFAULT</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
- <param-value>ALL</param-value>
+ <param-value>DEFAULT</param-value>
</context-param-->
<filter>
Show replies by date