Author: ilya_shaikovsky
Date: 2008-11-17 08:37:32 -0500 (Mon, 17 Nov 2008)
New Revision: 11190
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
Log:
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-11-17
13:25:36 UTC (rev 11189)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-11-17
13:37:32 UTC (rev 11190)
@@ -261,7 +261,7 @@
<managed-bean>
<managed-bean-name>auctionDataModel</managed-bean-name>
<managed-bean-class>org.richfaces.demo.extendeddatamodel.AuctionDataModel</managed-bean-class>
- <managed-bean-scope>request</managed-bean-scope>
+ <managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>dataProvider</property-name>
<property-class>org.richfaces.demo.extendeddatamodel.AuctionDataProvider</property-class>
Show replies by date