Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
html即使我将 Struts htmljar 放在 lib 中(使用 Struts 1.3 和 Tomcat 7),Apache Struts 标记也无法在 XML 或随应用程序部署的 JAR 文件中解析。
html
放到. struts-taglib-1.3.10.jar_ web-inf/lib该文件包含所有必要的标签库。还要确保 JSP 中有 taglib 指令。
struts-taglib-1.3.10.jar
web-inf/lib
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>