public int doStartTag() throws JspException {
PortletRequest request = (PortletRequest)pageContext.getRequest().getAttribute(Constants.PORTLET_REQUEST);
PortletSession session = request.getPortletSession();
Throwable error = (Throwable)session.getAttribute(PlutoAdminConstants.ERROR_ATTR);
session.removeAttribute(PlutoAdminConstants.ERROR_ATTR);
PortletMessage oMsg = (PortletMessage)session.getAttribute(PlutoAdminConstants.MESSAGE_ATTR);
session.removeAttribute(PlutoAdminConstants.MESSAGE_ATTR);
try {
JspWriter out = pageContext.getOut();