// new entity form again, with error messages...
this.saveErrors(request, allErrors);
return mapping.findForward(".view.contact.new_entity");
}
int newEntityId = contactFacade.createEntity(entityVO, individualId);
if (request.getParameter("new") != null) {
path.append(mapping.findForward("newEntity").getPath());
path.append(entityVO.getList());
forward = new ActionForward(path.toString(), true);