{
JspWriter out = pageContext.getOut();
out.print("request response not found");
return SKIP_BODY;
}
PortletApplicationModel model = (PortletApplicationModel)request.getAttribute(FrameworkConstants.MODEL_TOOL);
if (model == null)
{
JspWriter out = pageContext.getOut();
out.print("model not found");
return SKIP_BODY;