我正在使用 jTable 制作一个需要使用 JSON 的 Struts 2 应用程序。为此,我将 Struts 2 JSON 插件 jar 添加到我的项目中
struts2-json-plugin-2.3.8.jar
没有那个 jar,我的项目工作正常(显然没有 json 功能)但是当我添加上面的 jar 时,我的登录页面显示错误
404 - resource not available.
我使用的不同罐子是:
commons-fileupload-1.2.1.jar,
commons-io-1.3.2.jar,
commons-lang3-3.1.jar,
commons-logging-1.1.jar,
freemarker-2.3.13.jar,
javassist-3.11.0.GA.jar,
junit-3.8.1.jar,
ognl-2.6.11.jar,
servlet-4.0.6.jar,
struts2-core-2.1.6.jar,
struts2-json-plugin-2.3.8.jar,
xwork-2.1.2.jar