}
boolean errorResponse = wrappedResponse.getStatus() < 200 || wrappedResponse.getStatus() > 299;
if (errorResponse)
{
wrappedResponse.flushToWrappedResponse();
return;
}
// Skip this step if we are rendering an ajax request, because no content outside
// f:view tag should be output.