[richfaces-issues] [JBoss JIRA] Updated: (RF-7924) AjaxContext oncomplete is overridden by component's oncomplete attribute value

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Sep 24 09:38:49 EDT 2009


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

Nick Belaevski updated RF-7924:
-------------------------------

          Component/s: component-a4j-core
        Fix Version/s: Future
    Affects Version/s: 3.3.2.CR1
             Assignee: Nick Belaevski
             Priority: Minor  (was: Major)


> AjaxContext oncomplete is overridden by component's oncomplete attribute value
> ------------------------------------------------------------------------------
>
>                 Key: RF-7924
>                 URL: https://jira.jboss.org/jira/browse/RF-7924
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-a4j-core
>    Affects Versions: 3.3.2.CR1
>         Environment: Richfaces 3.3.1
>            Reporter: Dave Chen
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>
> AjaxActionComponent.java
> 	
> ajaxContext.setOncomplete(getOncomplete());
> oncomplete may have been set programmatically. If it is null, then check value binding.
> it should be:
> if (ajaxContext.getOncomplete() == null)
>   ajaxContext.setOncomplete(getOncomplete());

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list