include 出问题
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
jspinclude
</title>
</head>
<body bgcolor="#ffffff">
<jsp:include flush="false" page="test.html">
</body>
</html>
出错信息:<html>
<head>
<title>
jspinclude
</title>
</head>
<body bgcolor="#ffffff">
<jsp:include flush="false" page="test.html">
</body>
</html>
"jspinclude.jsp": org.apache.jasper.JasperException: file:E:/jwork/JSP/javabean/beanModule/jspinclude.jsp(10,0) Expecting "jsp:param" standard action with "name" and "value" attributes
到底哪里出问题了呢?
添加<jsp:param也不行