1. 程式人生 > >Can not find the tag library descriptor for "/struts-tags"

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

使用s標籤的前提:

1、jar包

去strust2官網上下載https://struts.apache.org/

下載完整版的

把裡面的lib下面的所有jar包拷貝到你的專案中就可以了

 

2、標籤

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