Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Just discussed with Blake. What we are trying to do is to add a new utility method (API) in PartialPageUtils.
/**
- This method writes a <noop/> to the response.
* - @param context the FacesContext
- @throws IOException
*/
public static void renderNoopResponse(FacesContext context) throws IOException
The reason is currently we have several places that we want to send a <noop/> to the response, and we want to refactor the codes to use this utility.