You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/09/01 03:28:55 UTC

[jira] Resolved: (MYFACES-2896) PartialViewContextImpl ignores executeIds/renderIds/renderAll of wrapping PartialViewContext

     [ https://issues.apache.org/jira/browse/MYFACES-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-2896.
-------------------------------------

         Assignee: Leonardo Uribe
    Fix Version/s: 2.0.2-SNAPSHOT
       Resolution: Fixed

Yes, it is true. For allow override those methods it is required to call them getting the current partialViewContext instance first

> PartialViewContextImpl ignores executeIds/renderIds/renderAll of wrapping PartialViewContext
> --------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2896
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2896
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>            Reporter: Nick Belaevski
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.2-SNAPSHOT
>
>
> When PartialViewContextImpl#processPartial(PhaseId phaseId) is executed, executeIds/renderIds/renderAll of wrapping PartialViewContext are ignored: this.getRenderIds() etc are called instead of calling _facesContext.getPartialViewContext().getExecuteIds() like is done for PartialResponseWriter. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.