有时候这句话会出现错误 <%@ taglib prefix="s" uri="/struts-tags"%>,Can not find the tag library descriptor for "/struts-tags,是因为项目少了两个包jstl.jar 和 standard.jar,只要再随便新建一个项目,J2EE选择1.4那个,下面那个JSTL Support勾上,finish,最后把这个项目里的lib文件里那两个压缩包复制到你的项目的lib下面,刷新一下就可以了。
Can not find the tag library descriptor for "/struts-tags
最新推荐文章于 2020-02-22 10:00:28 发布
本文解决在使用Struts框架时遇到的错误提示Cannot find the taglibrary descriptor for的问题。通过检查并添加缺失的jstl.jar和standard.jar包,确保J2EE设置正确,即可解决此问题。
471

被折叠的 条评论
为什么被折叠?



