关于EL表达式 操作map - ITeye问答
Map<Long, List<GoodsColor>> colorMap=goodsService.getGoodsColor(); request.getSession().setAttribute("colorMap", colorMap); 问题是 用el表达式怎么在指点...
el表达式取map对象 - - ITeye技术网站
2012年6月24日 - el表达式map取值 <% HashMap map1 = new HashMap(); map1.put("key1","lzsb") request.setAttribute("map1", map1); %> 取值 ${map1["key1"]} ...