在struts2中如果使用request.setAttribute("proCateMap", proApplyService.getProCateMap()); 存放的值,使用struts2的标签就应该,用#request.proCateMap 来取值,如果直接用proCateMap是得不到值的。因为它们的作用域不一样