Author: ilya_shaikovsky
Date: 2008-03-20 10:12:43 -0400 (Thu, 20 Mar 2008)
New Revision: 6996
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml
Log:
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml 2008-03-20
14:05:11 UTC (rev 6995)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml 2008-03-20
14:12:43 UTC (rev 6996)
@@ -16,12 +16,13 @@
}
</style>
<h:form>
- <h:outputText value="change after RF-2602"></h:outputText>
<h:panelGrid columns="2" columnClasses="top, top">
- <rich:pickList value="#{pickListBean.result}">
+
+ <rich:pickList value="#{pickListBean.result}">
<f:selectItems value="#{capitalsBean.capitalsOptions}"/>
- <a4j:support event="ondblclick" reRender="result"/>
+ <a4j:support event="onlistchanged" reRender="result"/>
</rich:pickList>
+
<rich:panel id="result" bodyClass="pbody">
<f:facet name="header">
<h:outputText value="#{pickListBean.items} Options
Choosen"></h:outputText>
Show replies by date