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

Brian Leathem (JIRA) issues at jboss.org
Thu Jun 5 18:50:15 EDT 2014


    [ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973912#comment-12973912 ] 

Brian Leathem commented on RF-13391:
------------------------------------

Is this still an issue?

> 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) 
>          Components: component-a4j-core
>    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
>              Labels: waiting_on_user
>
> 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 was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the richfaces-issues mailing list