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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Thu Apr 3 20:03:29 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2960?page=comments#action_12406988 ] 
            
Alexander Smirnov commented on RF-2960:
---------------------------------------

this is error in the generated Facelet Tag Handler. No code for assign component eventProducer property with MethodExpression value.

> 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: Nick Belaevski
>            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