public ActionForward showCurrentForm(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) throws FenixActionException, FenixServiceException {
request.setAttribute("candidacy", getCandidacy(request));
request.setAttribute("operation", RenderUtils.getViewState("operation-view-state").getMetaObject().getObject());
Form form = (Form) RenderUtils.getViewState("fillData" + getCurrentFormPosition(request)).getMetaObject().getObject();
request.setAttribute("currentForm", form);
if (isPostback(request)) {
if (getFromRequest(request, "country") != null) {
ResidenceInformationForm rif = (ResidenceInformationForm) form;