我正在尝试Session
在 Struts 2 中使用:
private Map<String, Object> session = ActionContext.getContext().getSession();
但我收到了这个错误:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke
"com.opensymphony.xwork2.ActionContext.getSession()" because the return value of
"com.opensymphony.xwork2.ActionContext.getContext()" is null
几个小时前它运行良好,我的程序运行良好。过了一段时间,我的电脑变黑了,然后重新启动,重新启动后这个错误开始出现。我没有改变我的代码。一切都一样,但面临这个问题。
我尝试使用SessionMap
Struts,但仍然收到相同的错误消息。我尝试过更改struts-core
库,也尝试了谷歌的一些解决方案,但仍然没有解决这个问题。请为此提供解决方案。