525354555657585960
String message) throws SiteException { ModelMap rtn = ControllerUtil.getModelMap(req, userService); rtn.addAttribute("message", message); addResults(rtn, new SearchCommand(searchString)); return rtn; }