NoSuchMethodError when using submitting form in Struts 2
问题 I'm currently working through the tutorial found on the Apache Struts2 website. Currently, whenever I press submit on the form, or when I click the Bruce Philips hyperlink, I get a NoSuchMethodError . javax.servlet.ServletException: Filter execution threw an exception root cause java.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java:224) com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:215)