Robert Gary created RF-12092:
--------------------------------

             Summary: 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
            Reporter: Robert Gary


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.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