JSP中使用<%@ taglib prefix="s" uri="/struts-tags" %>报错:Cannot find the tag library descriptor for /struts-tags struts-tags 是struts2标签库默认的URI 解决:把struts2-core-2.3.1.2.jar的包放在WEB-INF/lib下面错误就消失了
抄袭自:http://www.cnblogs.com/hongten/archive/2011/05/14/2046005.html JSP标准标签库 Pass by xkk ,and author is not clear 1. JSTL简介 JSTL全名JspServer Pages Standdard Tag Library(Jsp标准标签库),它是sun公司发布的一个针对JSP开发的新组件,它允许使用标签开发Jsp页面. JSTL是一个标准的已制定好的标签库,它可以应用到