[
https://issues.jboss.org/browse/RF-12092?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12092:
-------------------------------
Description:
When a4j:poll fires a4j:status correctly displays the request is in progress. However, it
never shows it complete. Using any other a4j component will correctly update the
a4j:status. So if the a4j:status is stuck showing its waiting because of an a4j:poll if
you click on an a4j:commandButton the a4j:status will correctly show its now complete.
{code}
<a4j:poll id="ajaxPoll" interval="5000" enabled="true"
action="#{faces$DiscoveryStatus.poll}"
render="#{faces$DiscoveryStatus.reRenderStr}"/>
<a4j:status id="a4jstatus">
<f:facet name="start">
<img src='/images/ajax-loader.gif'/>
</f:facet>
<!--<f:facet name="stop">-->
<!--<img src="/appiq/images/minor_icon.gif"/>-->
<!--</f:facet>-->
</a4j:status>
{code}
This code works correctly in RF 3.3.3.
was:
When a4j:poll fires a4j:status correctly displays the request is in progress. However, it
never shows it complete. Using any other a4j component will correctly update the
a4j:status. So if the a4j:status is stuck showing its waiting because of an a4j:poll if
you click on an a4j:commandButton the a4j:status will correctly show its now complete.
<a4j:poll id="ajaxPoll" interval="5000" enabled="true"
action="#{faces$DiscoveryStatus.poll}"
render="#{faces$DiscoveryStatus.reRenderStr}"/>
<a4j:status id="a4jstatus">
<f:facet name="start">
<img src='/images/ajax-loader.gif'/>
</f:facet>
<!--<f:facet name="stop">-->
<!--<img src="/appiq/images/minor_icon.gif"/>-->
<!--</f:facet>-->
</a4j:status>
This code works correctly in RF 3.3.3.
a4j:poll : a4j:status never clears
----------------------------------
Key: RF-12092
URL:
https://issues.jboss.org/browse/RF-12092
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-push/poll
Affects Versions: 4.2.0.Final, 4.2.1.Final
Reporter: Robert Gary
Fix For: 5-Tracking
Attachments: a4jPollIssue.war
When a4j:poll fires a4j:status correctly displays the request is in progress. However, it
never shows it complete. Using any other a4j component will correctly update the
a4j:status. So if the a4j:status is stuck showing its waiting because of an a4j:poll if
you click on an a4j:commandButton the a4j:status will correctly show its now complete.
{code}
<a4j:poll id="ajaxPoll" interval="5000" enabled="true"
action="#{faces$DiscoveryStatus.poll}"
render="#{faces$DiscoveryStatus.reRenderStr}"/>
<a4j:status id="a4jstatus">
<f:facet name="start">
<img src='/images/ajax-loader.gif'/>
</f:facet>
<!--<f:facet name="stop">-->
<!--<img src="/appiq/images/minor_icon.gif"/>-->
<!--</f:facet>-->
</a4j:status>
{code}
This code works correctly in RF 3.3.3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira