我在我的项目中。现在我被我的 struts2 项目困住了。在我的项目中,我无法使用 struts2 标签,例如 s:a/s:form。我包含了以下 jar 文件
- asm-3.3.jar
- asm-commons-3.3.jar
- asm-tree-3.3.jar
- commons-fileupload-1.3.jar
- commons-io-2.0.1.jar
- commons-lang3-3.1.jar
- commons-logging-1.1.3.jar
- freemarker-2.3.19.jar
- javassist-3.11.0.GA.jar
- log4j-1.2.16.jar
- ognl-3.0.6.jar
- struts2-core-2.3.15.3.jar
- xwork-core-2.3.15.3.jar
- struts2-convention-plugin-2.3.15.3.jar
我还导入了taglib...我还附上了我的项目目录结构的屏幕截图以及我的登录页面。我正在使用 Netbeans 7.3。
这是运行项目期间的错误消息。
com.opensymphony.xwork2.util.logging.commons.CommonsLogger error
SEVERE: Could not find action or result
/netbeans-tomcat-status-test
There is no Action mapped for namespace [/] and action name
[netbeans-tomcat-status-test] associated with context path [].
- [unknown location]
请帮我整理一下。。