JSP页面重定向失败

时间:2011-08-16 13:58:06

标签: java jsp netbeans

我正在使用Netbeans java。我遇到了问题,我的页面不会按顺序流动。我删除了faces-config中用于此特定JSP页面的链接。我已在此JSP页面中插入了一个refresh-redirect函数,但它会返回到上一页。我很担心我的Netbeans的问题。有没有人遇到过这个问题?

*在IE中手动输入URL时,可以访问我重定向到的JSP页面

<%@page contentType="text/html" pageEncoding="UTF-8"%>

<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<style type="text/css">
@import "site.css";
</style>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<f:view>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>Verification</title>
        <META HTTP-EQUIV="Refresh" CONTENT="2;http://localhost:8080/MajorProject-war/faces/Reviewer/ReviewerIndex.jsp">
    </head><body BGCOLOR="#E0E0E0" TEXT="#000080">
        <div class="background">

<b><big>Verification successful</b></big>
<br></br> Redirecting you to homepage...<br></br>
<h:form>


        </h:form>
        </div>
    </body>
</html>

1 个答案:

答案 0 :(得分:0)

根据this url,content属性的值应为:

2; url=http://localhost:8080/MajorProject-war/faces/Reviewer/ReviewerIndex.jsp