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