【发布时间】:2014-09-29 01:33:33
【问题描述】:
我正在按照
中给出的步骤进行操作http://www.tutorialspoint.com/struts_2/struts_quick_guide.htm
对于示例 struts 2 应用程序
但我收到以下错误消息:
Can not find the tag library descriptor for "/struts-tags
我遵循了几个帮助:
- Error - Can not find the tag library descriptor for "/struts-tags"
- Cannot find the tag library descriptor for /WEB-INF/struts-html.tld in Struts
错误仍然存在.. 我该怎么办? 谢谢
【问题讨论】:
-
你将struts jars添加到项目的WEB-INF\lib文件夹后,你清理重建了吗?
-
您只有 WAR 还是 EAR ?如果是后者,是 EAR 中的 struts-core.x.x.x.jar 吗?如果是:stackoverflow.com/a/19380932/1654265
-
感谢@nitind 成功了
标签: java eclipse struts2 struts taglib