[
https://issues.jboss.org/browse/RF-13242?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč resolved RF-13242.
-----------------------------
Resolution: Done
ajaxcomplete event is called before javascriptServiceCompleted event
--------------------------------------------------------------------
Key: RF-13242
URL:
https://issues.jboss.org/browse/RF-13242
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: core
Affects Versions: 5.0.0.Alpha1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Priority: Minor
Fix For: 5.0.0.Alpha2
The events / attributes / JS service invocations should be as follow:
* {{@onbeforedomupdate}}
* {{ajaxbeforedomupdate}}
* JavaScriptService invocation
* {{javascriptServiceComplete}}
* {{@oncomplete}}
* *{{ajaxcomplete}}*
But they are:
* {{ajaxbeforedomupdate}}
* {{@onbeforedomupdate}}
* *{{ajaxcomplete}}*
* JavaScriptService invocation
* {{javascriptServiceComplete}}
* {{@oncomplete}}
--
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