if (!pForm.isDisplayOnDash()) {
DashboardUtils.removePortlet(user, pForm.getPortletName());
}
OperationPortletPreferences prefs = pForm.getOperationPortletPreferences();
preferences.setOperationPortletPreferences(prefs);
request.getSession().removeAttribute(Constants.USERS_SES_PORTAL);
return mapping.findForward(RetCodeConstants.SUCCESS_URL);