if (!pForm.isDisplayOnDash()) {
DashboardUtils.removePortlet(user, pForm.getPortletName());
}
ProblemResourcesPortletPreferences problemResourcePreferences = pForm.getProblemResourcesPortletPreferences();
preferences.setProblemResourcesPortletPreferences(problemResourcePreferences);
session.removeAttribute(Constants.USERS_SES_PORTAL);
return mapping.findForward(RetCodeConstants.SUCCESS_URL);