繁体   English   中英

Struts 异常

[英]Struts Exception

我的 jsp 文件中有错误,我正在使用 struts

<%@taglib uri="/struts-tags" prefix="s"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<s:url namespace="/" action="produits"></s:url>
<s:a href="%{lien1}">Produits</s:a>
</body>
</html>

这是我执行脚本时收到的消息:

找不到文件“/struts-tags”

WEB-INF\\lib文件夹中包含struts2-core-2.3.20.jar (撰写本文时的最新 jar)。 并清理项目。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM