[
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.