}
public ActionForward removePartyFromGroup(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) {
AcademicAccessRule rule = getDomainObject(request, "groupId");
Party party = getDomainObject(request, "partyId");
revokePartyFromGroup(rule, party);
return authorizations(mapping, actionForm, request, response);