}
protected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException {
ActionContext.getContext().put("template", helpFileName);
PortletRequestDispatcher rd = getPortletContext().getRequestDispatcher(mockHelpFileName);
try {
rd.include(request, response);
} catch (PortletException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}