L
lotte
Unregistered / Unconfirmed
GUEST, unregistred user!
测试JSP网页如下:
<%@ page contentType="text/html;
charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=gb2312">
<title>查询系统----查询一</title>
</head>
<body>
<jsp:useBean id="clock" scope="page" class="java.util.Date"/>
<c:chose>
<c:when test="${clock.hours < 12}">
Good Morning !
</c:when>
<c:when test="${clock.hours < 18}">
Good day !
</c:when>
<ctherwise>
Good Evening !
</ctherwise>
</c:chose>
</body>
</html>
可是我在客户端访问该页面的时候却出现如下错误信息:
500 The path http:/java.sun.com/jstl/coredo
es not start with '/'
The path http:/java.sun.com/jstl/coredo
es not start with '/'
<%@ page contentType="text/html;
charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=gb2312">
<title>查询系统----查询一</title>
</head>
<body>
<jsp:useBean id="clock" scope="page" class="java.util.Date"/>
<c:chose>
<c:when test="${clock.hours < 12}">
Good Morning !
</c:when>
<c:when test="${clock.hours < 18}">
Good day !
</c:when>
<ctherwise>
Good Evening !
</ctherwise>
</c:chose>
</body>
</html>
可是我在客户端访问该页面的时候却出现如下错误信息:
500 The path http:/java.sun.com/jstl/coredo
es not start with '/'
The path http:/java.sun.com/jstl/coredo
es not start with '/'