[richfaces-issues] [JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed Nov 27 10:19:05 EST 2013


Cody Lerum created RF-13391:
-------------------------------

             Summary: jsf.ajax.addOnEvent not fired after r:ajax completes
                 Key: RF-13391
                 URL: https://issues.jboss.org/browse/RF-13391
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 5.0.0.Alpha2
         Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0 
Wildfly 8.0.0.Beta2-SNAPSHOT 
Mojarra 2.2.4-jbossorg-1 20131017-1524
            Reporter: Cody Lerum


Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example

{code}
jsf.ajax.addOnEvent(function(data) {
  if (data.status == 'success')
    addFormGroupClasses();
  });
{code}

This code is called after completion of an f:ajax but not for an r:ajax

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list