我試圖用進口標籤url屬性導入從header.jsp中的文件在我的文件,但我得到運行時錯誤 - java.io.FileNotFoundException:http://localhost:8081/latest/header.jsp<c:import>標籤
導入的文件和導入文件在同一個Web應用程序(最新)。
進口文件的代碼是:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html><body>
<c:import url="http://localhost:8081/latest/header.jsp" charEncoding="UTF-8" />
<em>Web services Support Group.</em><br><br>
</body></html>
和導入文件的代碼是:
<em><strong>${param.name}</strong></em><br>
感謝您的回覆。你絕對正確。 – Greenhorn 2009-07-05 14:30:25