[richfaces-issues] [JBoss JIRA] Created: (RF-5645) ComboBox: request is sent twice if use onblur ajaxsupport.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Mon Jan 12 10:20:07 EST 2009


ComboBox: request is sent twice if use onblur ajaxsupport.
----------------------------------------------------------

                 Key: RF-5645
                 URL: https://jira.jboss.org/jira/browse/RF-5645
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.CR3
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source:
<h:panelGrid columns="4">
			<h:outputText value="Model:" />
			<rich:comboBox id="model" value="#{comboBox.modelSelected}">
				<a4j:support event="onblur" reRender="snBox" />
				<f:selectItems value="#{comboBox.selectItemListModel}" />
			</rich:comboBox>
			
			<h:outputText value="Serialnumber:" />
			<rich:comboBox id="snBox" value="#{comboBox.snSelected}">
				<a4j:support event="onblur" reRender="result" />
				<f:selectItems id="sn" value="#{comboBox.selectItemListSn}" />
			</rich:comboBox>
			
			<h:inputText id="input" />
			<h:commandButton value="Add a new SN" />
		</h:panelGrid>

The 1th request is sent after selection of item in combo (using mouse), the 2th after onblur event.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list