大家帮忙~!在jsp页面显示 struts2 session 的问题 在线等~!
前两天用struts2 写购物车 显示seesion 中的数据老是出不来 ~
实体类OrderItem 中包含有字段proid ,proprice
Map items= new HashMap();
items.put( int productid, OrderItem orderitem);
Map session = ActionContext.getContext().getSession();
session.put("cart",items);
现在要在jsp页面中显示 OrderItem 中proid ,proprice 的内容
试了两天没有成功! 各位高手帮忙,小弟在此谢过了!