[
http://jira.jboss.com/jira/browse/RF-2604?page=all ]
Vladimir Molotkov resolved RF-2604.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Vladimir Molotkov)
bug fixed (rev:7005 )
rich:comboBox with a4j:support not working
------------------------------------------
Key: RF-2604
URL:
http://jira.jboss.com/jira/browse/RF-2604
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: winxp, jboss 4.2.2, eclipse 3.3.1.1
Reporter: Andre Popp
Assigned To: Tsikhon Kuprevich
Priority: Critical
Fix For: 3.2.0
Following Code do not send a ajax request/response. The second Combobox get no items...
(the same code works with h:selectOneMenu)
<f:view>
<h:form id="form">
<h:panelGrid id="mypanel" columns="4">
<h:outputText value="Model:" />
<rich:comboBox id="model" value="#{Bean.modelSelected}">
<a4j:support event="onselect" reRender="form:snBox" />
<f:selectItems value="#{Bean.selectItemListModel}" />
</rich:comboBox>
<h:outputText value="Serialnumber:" />
<rich:comboBox id="snBox" value="#{Bean.snSelected}">
<a4j:support event="onselect" reRender="form:result" />
<f:selectItems id="sn" value="#{Bean.selectItemListSn}"
/>
</rich:comboBox>
<h:inputText id="input" />
<h:commandButton value="Add a new SN" />
</h:panelGrid>
<rich:dataTable id="result">
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira