[
https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-13391:
-------------------------------
Component/s: component-a4j-core
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
Fix For: 4.3.5, 5.0.0.Alpha3
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