* If so, then they can implement their own Command to handle the
* ViewRenderer objects.
*/
response.setContentType("text/html; charset=UTF-8");
vr.renderView(request, response, servletContext);
request.removeAttribute(PageFlowConstants.VIEW_RENDERER_ATTRIBUTE_NAME);
}
catch (IOException ioe) {
logger.error("Named view renderer was not able to render. Cause: " + ioe, ioe);
}