[richfaces-issues] [JBoss JIRA] Created: (RF-2960) a4j:push and Facelets - eventProducer method won't get called

Eugen Galperin (JIRA) jira-events at lists.jboss.org
Thu Apr 3 12:07:30 EDT 2008


a4j:push and Facelets - eventProducer method won't get called
-------------------------------------------------------------

                 Key: RF-2960
                 URL: http://jira.jboss.com/jira/browse/RF-2960
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: Java 1.6
JBoss 4.2.2 GA 
Facelets 1.1.14
            Reporter: Eugen Galperin


Push doesn't work anymore. The method to register event listener won't get called. The same code works fine with RichFaces 3.1.4

index.xhtml

<h:outputText id="msg" value="Test page. The method addListener won't be called."/>
<a4j:region>
    <h:form>
        <a4j:push reRender="msg" eventProducer="#{messageBean.addListener}" interval="3000"/>
    </h:form>
</a4j:region>

MessageBean:

public void addListener(EventListener listener) {
        System.out.println("MessageBean.addListener");
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list