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

相關文章
相關標籤/搜索