[richfaces-svn-commits] JBoss Rich Faces SVN: r11590 - trunk/samples/richfaces-demo/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 5 11:45:30 EST 2008
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>
More information about the richfaces-svn-commits
mailing list