[richfaces-svn-commits] JBoss Rich Faces SVN: r5792 - trunk/sandbox/samples/combobox-sample/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Feb 4 12:00:50 EST 2008


Author: nbelaevski
Date: 2008-02-04 12:00:50 -0500 (Mon, 04 Feb 2008)
New Revision: 5792

Modified:
   trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
Log:
combo box demo updated

Modified: trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-02-04 16:52:44 UTC (rev 5791)
+++ trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-02-04 17:00:50 UTC (rev 5792)
@@ -65,7 +65,7 @@
 					buttonDisabledClass="buttonDisabledClass" 
 					buttonClass="buttonClass" 
 					listClass="listClass" 
-					value="#{bean.defaultMessage}" 
+					value="#{bean.state}" 
 					valueChangeListener="#{bean.selectionChanged}"  
 					suggestionValues="#{bean.suggestions}"
 					width = "#{bean.width}" 




More information about the richfaces-svn-commits mailing list