[richfaces-issues] [JBoss JIRA] (RF-13242) ajaxcomplete event is called before javascriptServiceCompleted event

Jiří Štefek (JIRA) jira-events at lists.jboss.org
Thu Dec 5 09:04:06 EST 2013


     [ https://issues.jboss.org/browse/RF-13242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiří Štefek closed RF-13242.
----------------------------



closing, verified.
                
> 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



More information about the richfaces-issues mailing list