SSH integration exception: action not found.
Check Procedure:
1. Check whether the value of the class Attribute corresponding to the action in your struts. xml file can be found in the Spring configuration file.
2. If you are sure that your configuration is correct, the package is missing when you import the package. At this time, check whether there are the following three jar packages in your project, struts2-spring-plugin-2.0.11.1.jar, commons-fileupload-1.2.1.jar and commons-io-1.3.2.jar.
3. If the same error persists after the jar package is imported, you need to clear the cache or redeploy the project to solve the problem.
Exception 2: java. lang. NoSuchMethodError:
Ognl. SimpleNode. isEvalChain (Lognl/OgnlContext;) Z
This problem usually occurs in the ognl package.
Struts is used struts2.3.1.2 this version of struts requires ognnl for ognl-3.0.4.jar
If you change the package, the exception disappears.
Author: yy008871