|
蓝森林 http://www.lslnet.com 2006年6月6日 10:18
[求助]一个JSP调试的错误问题,谢谢了
A Servlet Exception Has Occurred
org.apache.jasper.compiler.CompileException:
D:\jakarta-tomcat\bin\..\webapps\examples\soft.jsp(2,0) Page directive: can't have multiple occurrences of contentType
我调试JSP程序时出现了这个错误,
我是个初学者,谁能告诉我,这是个什么错误啊?它指出了程序的什么问题呢?
谢谢了。 |
[求助]一个JSP调试的错误问题,谢谢了
soft.jsp 是不是有多个 contenttype,
一般只有这句:
<%@ page contentType="text/html; charset=gb2312" %>;
你是不是还设置了此页有其他的类型的 contenttype
比如 image ? |
| |