Author: abelevich
Date: 2008-01-14 07:16:46 -0500 (Mon, 14 Jan 2008)
New Revision: 5345
Modified:
trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
Log:
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-14
12:01:18 UTC (rev 5344)
+++ trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp 2008-01-14
12:16:46 UTC (rev 5345)
@@ -76,7 +76,7 @@
selectFirstOnUpdate="#{bean.selectFirstOnUpdate}"
filterNewValues="#{bean.filterNewValues}"
directInputSuggestions="#{bean.directInputSuggestions}"
- defaultMessage="#{bean.defaultMessage}"
+ defaultLabel="#{bean.defaultMessage}"
inputSize="#{bean.inputSize}"
onchange="#{bean.onchangeScript}"
onlistcall="#{bean.onlistcallScript}"
@@ -88,6 +88,12 @@
<f:selectItem itemValue="Rhode Island"/>
<f:selectItem itemValue="South Carolina"/>
</cmb:comboBox>
+ <cmb:comboBox>
+ <f:selectItem itemValue="Oregon"/>
+ <f:selectItem itemValue="Pennsylvania"/>
+ <f:selectItem itemValue="Rhode Island"/>
+ <f:selectItem itemValue="South Carolina"/>
+ </cmb:comboBox>
<br/>
<h:commandButton action="none"
value="submit"></h:commandButton>
<br>
Show replies by date