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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 3 11:04:37 EST 2008


Author: vmolotkov
Date: 2008-01-03 11:04:37 -0500 (Thu, 03 Jan 2008)
New Revision: 5127

Modified:
   trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
Log:
new component's attributes were added

Modified: trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-01-03 16:02:47 UTC (rev 5126)
+++ trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-01-03 16:04:37 UTC (rev 5127)
@@ -8,7 +8,10 @@
 	<body>
 		<f:view>
 			<h:form>
-				<cmb:comboBox suggestionValues="#{bean.suggestions}">
+				<cmb:comboBox suggestionValues="#{bean.suggestions}" 
+							  listWidth="100" 
+							  listHeight="150"
+							  inputSize="30">
 				</cmb:comboBox>
 			</h:form>
 		</f:view>




More information about the richfaces-svn-commits mailing list