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

Nick Belaevski commented on RF-5849:
------------------------------------

Updated test case:

<h:form> 
<a4j:status startText="...start..." stopText="stop"/><br /> 

<a4j:commandLink timeout="10" action="#{forum5Bean.test}" value="Kill!" 
eventsQueue="a" /><br /> 
<a4j:commandLink timeout="10" action="#{forum5Bean.test}" value="Kill 2!" 
eventsQueue="a" oncomplete="window.status = 'oncomplete'"/><br /> 
<a4j:commandLink value="Normal" action="#{forum5Bean.test}" eventsQueue="a" 
oncomplete="alert(1)"/> 
</h:form> 



> Ajax: timed out requests kill status
> ------------------------------------
>
>                 Key: RF-5849
>                 URL: https://jira.jboss.org/jira/browse/RF-5849
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.1
>
>
> 1.
>       <a4j:status startText="...start..." stopText="stop"/><br />
>       <a4j:commandLink timeout="10" action="#{forum5Bean.test}" value="Kill!" 
> eventsQueue="a"/><br />
>       <a4j:commandLink value="Normal" action="#{forum5Bean.test}" 
> eventsQueue="ab"/>
>       public void test() throws Exception {
>               System.out.println("forum5Bean.test()");
>               Thread.sleep(1000);
>       }
> 2. Click "kill!" link
> 3. Click "Normal" link -> status no more shows activity, thus request was sent

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to