Lukáš Fryč created RF-13242:
-------------------------------

             Summary: 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č
            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

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

Reply via email to