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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Jul 23 08:25:33 EDT 2010


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


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