Can not find the tag library descriptor for "/struts-tags"`

时间:2021-11-20 10:02:28

1、查看struts.xml路径是否错误,要放在src下,

2、缺少struts-tags.tld

(1)查找方式:

Can not find the tag library descriptor for "/struts-tags"`

(2)找到此包,然后右键用解压缩文件打开。

Can not find the tag library descriptor for "/struts-tags"`

(3)然后你会看到很多的源码,找到红圈位置的文件夹。

Can not find the tag library descriptor for "/struts-tags"`

(4)点开文件夹,找到struts-tags.tld

Can not find the tag library descriptor for "/struts-tags"`

(5)将其放在项目的WEB-INF下。

Can not find the tag library descriptor for "/struts-tags"`

(6)删除原来的uri,重新导入uri,问题解决

Can not find the tag library descriptor for "/struts-tags"`

其他情况:

3、查看是否将jar包导入。

4、查看标签<%@taglib prefix="s" uri="/struts-tags"%>是否错误。