[richfaces-issues] [JBoss JIRA] Created: (RF-2604) rich:comboBox with a4j:support not working

Andre Popp (JIRA) jira-events at lists.jboss.org
Wed Mar 19 07:19:50 EDT 2008


rich:comboBox with a4j:support not working
------------------------------------------

                 Key: RF-2604
                 URL: http://jira.jboss.com/jira/browse/RF-2604
             Project: RichFaces
          Issue Type: Bug
         Environment: winxp, jboss 4.2.2, eclipse 3.3.1.1
            Reporter: Andre Popp
            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

        



More information about the richfaces-issues mailing list