0
我下載了tomcat,eclipse,Struts框架。 Tomcat正在工作。在哪裏放置eclipse和Struts?我在tomcat文件夾外面放置了eclipse和Struts。所需的jar文件存儲在eclipse當前文件夾中。我收到錯誤。錯誤在Struts框架設置中
<%@taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Hello World</title>
</head>
<body>
<bean:write name="helloWorldForm" property="message"/>
</body>
</html>
unknown tag:bean.write
爲什麼我得到這個錯誤? –
,因爲struts jar不在webapp的類路徑中。 –