results, uriConverter);
uiResults.setResult(result);
StringHttpServletResponseWrapper wrappedResponse =
new StringHttpServletResponseWrapper(httpResponse);
uiResults.storeInRequest(httpRequest,jspPath);
RequestDispatcher dispatcher = httpRequest.getRequestDispatcher(jspPath);
dispatcher.forward(httpRequest, wrappedResponse);
return wrappedResponse.getStringResponse();
}