// ������jsp����content type��locale��charset����Ӧ����ģ���ⲿ������
HttpServletResponse responseWrapper = new JspResponse(response);
dispatcher.include(requestWrapper, responseWrapper);
} catch (ServletException e) {
throw new TemplateException(e);
}
return "";
}