volosied opened a new pull request, #1057: URL: https://github.com/apache/myfaces/pull/1057
This reverts commit b01e8e5134e5338c1cc6324cc95bf69024e8a96b. This breaks the spec so I'm reverting it. https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/component/uiviewroot#encodeChildren(jakarta.faces.context.FacesContext) > If [PartialViewContext.isAjaxRequest()](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/context/partialviewcontext#isAjaxRequest()) returns true, perform partial rendering by calling [PartialViewContext.processPartial(jakarta.faces.event.PhaseId)](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/context/partialviewcontext#processPartial(jakarta.faces.event.PhaseId)) with [PhaseId.RENDER_RESPONSE](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/event/phaseid#RENDER_RESPONSE). If [PartialViewContext.isAjaxRequest()](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/context/partialviewcontext#isAjaxRequest()) returns false, delegate to the parent [UIComponentBase.encodeChildren(jakarta.faces.context.FacesContext)](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/component/uicomponentbase#encodeChildren(jakarta.faces.context.FacesContext)) method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
