首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

struts2 action里ActionContext.getContext().getSession() 报空异常

2014-01-26 
在struts2action里ActionContext.getContext().getSession() 总是报空异常 ------解决方法----------------

在struts2action里ActionContext.getContext().getSession() 总是报空异常

------解决方法--------------------------------------------------------
ActionContext ac = ActionContext.getContext();
ac.getSession();
------解决方法--------------------------------------------------------
ServletActionContext.getRequest().getSession();

        

热点排行