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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jan 12 15:39:04 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-5645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-5645:
-------------------------------

    Fix Version/s: Future


> 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
>             Fix For: Future
>
>
> 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