public ActionForward loadReferenceProjects(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response) throws Exception {
BootstrapService svc = getService(BootstrapService.class);
svc.loadReferenceProjects();
return mapping.findForward(WebConstants.FORWARD_VIEW);
}