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: Nick Belaevski
             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