[
https://jira.jboss.org/jira/browse/RF-5849?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-5849.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
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="ab" oncomplete="alert(1)"/>
</h:form>
Check both "Kill" links
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