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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to