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