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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Mon Apr 7 18:36:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2960?page=all ]

Alexander Smirnov resolved RF-2960.
-----------------------------------

    Resolution: Done

New tag handler have been created.

> 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
>         Assigned To: Alexander Smirnov
>            Priority: Critical
>             Fix For: 3.2.1
>
>
> 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