当前位置: 代码迷 >> 综合 >> Can not find the tag library descriptor for /struts-tags
  详细解决方案

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

热度:34   发布时间:2023-11-19 21:47:58.0

使用s标签的前提:

1、jar包

去strust2官网上下载https://struts.apache.org/

下载完整版的

把里面的lib下面的所有jar包拷贝到你的项目中就可以了

 

2、标签

<%@ taglib uri="/struts-tags" prefix="s" %>

  相关解决方案