[richfaces-svn-commits] JBoss Rich Faces SVN: r4450 - branches/3.1.x/samples/orderingListDemo/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 4 10:46:26 EST 2007
Author: nbelaevski
Date: 2007-12-04 10:46:25 -0500 (Tue, 04 Dec 2007)
New Revision: 4450
Modified:
branches/3.1.x/samples/orderingListDemo/src/main/webapp/WEB-INF/faces-config.xml
Log:
validation error message added
Modified: branches/3.1.x/samples/orderingListDemo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/3.1.x/samples/orderingListDemo/src/main/webapp/WEB-INF/faces-config.xml 2007-12-04 15:46:21 UTC (rev 4449)
+++ branches/3.1.x/samples/orderingListDemo/src/main/webapp/WEB-INF/faces-config.xml 2007-12-04 15:46:25 UTC (rev 4450)
@@ -5,7 +5,7 @@
<managed-bean>
<managed-bean-name>bean</managed-bean-name>
<managed-bean-class>org.richfaces.Bean</managed-bean-class>
- <managed-bean-scope>request</managed-bean-scope>
+ <managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
More information about the richfaces-svn-commits
mailing list