Hi
I'm using Struts with Guice and in Struts 6.x.x I get
NullPointerException, but it works fine in earlier versions of Struts.
Is there anything I missed regarding the upgrade?
2023-05-17 12:26:56,680 ERROR [http-nio-8080-exec-30]
dispatcher.DefaultDispatcherErrorHandler
(DefaultDispatcherErrorHandler.java:87) - Exception occurred during
processing request: Cannot invoke
"com.opensymphony.xwork2.util.ValueStackFactory.createValueStack(com.opensymphony.xwork2.util.ValueStack)"
because "this.valueStackFactory" is null
java.lang.NullPointerException: Cannot invoke
"com.opensymphony.xwork2.util.ValueStackFactory.createValueStack(com.opensymphony.xwork2.util.ValueStack)"
because "this.valueStackFactory" is null
at
com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:197)
~[classes/:6.1.2]
at
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:136)
~[classes/:6.1.2]
--
Best Regards
*Håkan Andersson*