我試圖使用重定向標記來將索引頁導向駐留在我的web項目的JSP文件夾中的主頁。我的項目的層次結構下:JSTL錯誤(HTTP狀態404 -/JSTL/home)
WEB-INF jsp home.jsp index.jsp
我同時使用JSTL庫1.2和standard.jar 以下是我的index.jsp
<%@ taglib prefix="core" uri="/tags/c" %>
<core:redirect url="/home"></core:redirect>
的代碼時,我運行項目我收到以下錯誤;
HTTP Status 404 - /JSTL/home type Status report message /JSTL/home description The requested resource (/JSTL/home) is not available.
哇!謝謝先生。我在想同樣的觀點,但我想確定這個事實。非常感謝 – 2011-02-03 20:00:25