Author: ilya_shaikovsky
Date: 2008-03-21 04:22:09 -0400 (Fri, 21 Mar 2008)
New Revision: 7037
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/comboBox/examples/collection.xhtml
Log:
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/comboBox/examples/collection.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/comboBox/examples/collection.xhtml
(rev 0)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/comboBox/examples/collection.xhtml 2008-03-21
08:22:09 UTC (rev 7037)
@@ -0,0 +1,11 @@
+<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:rich="http://richfaces.org/rich">
+
+ <rich:comboBox suggestionValues="#{capitalsBean.capitalsNames}"
+ directInputSuggestions="true" defaultLabel="Enter some value"
/>
+
+</ui:composition>
\ No newline at end of file