return prepareCreatePartyContact(mapping, actionForm, request, response, bean);
}
public ActionForward prepareCreateMobilePhone(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) {
MobilePhoneBean bean = new MobilePhoneBean(getParty(request));
request.setAttribute("partyContact", bean);
return prepareCreatePartyContact(mapping, actionForm, request, response, bean);
}