PrivilegeActionType.Key.READ_KEY.getKey()));
// checkAuthorization(userHasPrivilege(request.getSession(), vo));
SeteUserService service = getService(SeteUserService.class);
SeteUserVo seteUser = service.loadSeteUser(getAuthenticatedUser(request).getUserId().toString());
request.setAttribute("seteUser", seteUser);
return mapping.findForward("view");
}
public ActionForward viewCreateSeteUser(ActionMapping mapping,