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

解决办法:

一、struts.xml位置没有放正确,将struts.xml 放到src目录下,redeploy

二、没有正确导入struts库,把struts2相关的几个lib放在工程的WEB-INF/lib下面就能够了

三、<%@taglib prefix="s" uri="/struts-tags"%> 有特殊字符 ,删掉重写(^_^)
ide