[richfaces-issues] [JBoss JIRA] Updated: (RF-8970) a4j:poll, a4j:push: actions and action listeners not invoked

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Jul 27 04:06:34 EDT 2010


     [ https://jira.jboss.org/browse/RF-8970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-8970:
-------------------------------

         Assignee: Nick Belaevski
    Fix Version/s: 4.0.0.Milestone2


> a4j:poll, a4j:push: actions and action listeners not invoked
> ------------------------------------------------------------
>
>                 Key: RF-8970
>                 URL: https://jira.jboss.org/browse/RF-8970
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 4.0.0.Milestone1
>         Environment: version v.4.0.0-SNAPSHOT SVN r.18161
>            Reporter: Pavol Pitonak
>            Assignee: Nick Belaevski
>             Fix For: 4.0.0.Milestone2
>
>
> 1. create a new action in CommandBean in core-demo
>     public String pollAction() {
>         System.out.println("******** pollAction");
>         return null;
>     }
> 2. modify page poll.xhtml
>     <a4j:poll enabled="#{commandBean.pollEnabled}" interval="2000" action="#{commandBean.pollAction}">
> 3. deploy app, open http://localhost:8080/core-demo/poll.jsf and enable poll
> 4. check server's log
> Result:
> Requests are being processed but action is not called. The same behavior can be observed for actionListener and in a4j:push.

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

        


More information about the richfaces-issues mailing list