HTTP Status 500 - /jsp/common/scriptf.jsp (line: 1, column: 2) Page directiv 更改jsp报错
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<select id="prov" >
<option>3</option>
<option>2</option>
</select>
<select id="city">
<option></option>
</select>
<select id="county">
<option></option>
</select>
<select id="town">
<option></option>
</select>
<select id="village">
<option></option>
</select>
<%@include file="common/scriptf.jsp"%>
<script src=" ${pageContext.request.contextPath}/js/common/main/showRegion.js"></script>
</body>
</html>
看这个scriptf.jsp页面中是否有与当前页面的表头是否一样
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。
- 上一篇:没有了
- 下一篇:没有了