Author: alevkovsky
Date: 2008-12-05 11:45:29 -0500 (Fri, 05 Dec 2008)
New Revision: 11590
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
Log:
Fix editor example
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-12-05
16:37:52 UTC (rev 11589)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-12-05
16:45:29 UTC (rev 11590)
@@ -411,7 +411,7 @@
<managed-bean>
<managed-bean-name>editorBean</managed-bean-name>
<managed-bean-class>org.richfaces.demo.editor.EditorBean</managed-bean-class>
- <managed-bean-scope>request</managed-bean-scope>
+ <managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<navigation-rule>
<from-view-id>/richfaces/include/examples/wstep1.xhtml</from-view-id>
Show replies by date