[richfaces-issues] [JBoss JIRA] Created: (RF-5849) Ajax: timed out requests kill status

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Jan 22 20:57:44 EST 2009


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

        



More information about the richfaces-issues mailing list