[richfaces-issues] [JBoss JIRA] Commented: (RF-5933) AJAX: oncomplete called for timed out requests

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Feb 2 10:45:44 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-5933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12450655#action_12450655 ] 

Nick Belaevski commented on RF-5933:
------------------------------------

		<h:form>
			<a4j:status startText="...start..." stopText="stop"/><br /> 
			
			<a4j:jsFunction name="functionA" eventsQueue="a" similarityGroupingId="a" oncomplete="alert('Shouldn\'t be called')" timeout="100" action="#{forum5Bean.test}" />
			<a4j:jsFunction name="functionB" eventsQueue="a" similarityGroupingId="a" ignoreDupResponses="true" oncomplete="alert('Ok to see me')" action="#{forum5Bean.test}" />
			<a href="#" onclick="functionA(); functionB();">Click here</a>
		</h:form>



> AJAX: oncomplete called for timed out requests
> ----------------------------------------------
>
>                 Key: RF-5933
>                 URL: https://jira.jboss.org/jira/browse/RF-5933
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.1
>
>
> oncomplete is called for timed out requests, even for aborted ones

-- 
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