Author: vmolotkov
Date: 2008-09-04 11:36:48 -0400 (Thu, 04 Sep 2008)
New Revision: 10310
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/examples/objects.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4393
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/examples/objects.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/examples/objects.xhtml 2008-09-04
14:24:37 UTC (rev 10309)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/examples/objects.xhtml 2008-09-04
15:36:48 UTC (rev 10310)
@@ -23,7 +23,7 @@
<h:outputText value="States capitals for suggested capitals"/>
<h:outputText id="objects" style="font-weight:bold"/>
</h:panelGrid>
- <rich:suggestionbox height="200" width="150"
usingSuggestObjects="true"
onobjectchange="printObjectsSelected(#{rich:element('objects')},
#{rich:component('suggestion')});"
+ <rich:suggestionbox height="200" width="200"
usingSuggestObjects="true"
onobjectchange="printObjectsSelected(#{rich:element('objects')},
#{rich:component('suggestion')});"
suggestionAction="#{capitalsBean.autocomplete}" var="cap"
for="statesinput" fetchValue="#{cap.name}" id="suggestion"
tokens=",">
<h:column>
<h:graphicImage value="#{cap.stateFlag}" />