request.setAttribute("ingressionInformationBean", getRenderedObject("chooseIngression"));
final Object personBean = getRenderedObject("person");
request.setAttribute("personBean", personBean);
Object originInformation = getRenderedObject("originInformation");
request.setAttribute("originInformationBean", originInformation != null ? originInformation : new OriginInformationBean(
(PersonBean) personBean));
final PrecedentDegreeInformationBean precedentDegreeBean = getRenderedObject("precedentDegreeInformation");
request.setAttribute("precedentDegreeInformationBean", precedentDegreeBean);