私は自分のプロジェクトに取り組んでいます。今、私は struts2 プロジェクトで立ち往生しています。私のプロジェクトでは、s:a/s:form などの struts2 タグを使用できませんでした。次の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]
整理するのを手伝ってください..