哪位高手请帮忙看看是什么错误?谢谢!在线等待,解决后马上给分!
我在点击连接到另一个页面时,出现了下面的错误:
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception
org.apache.jasper.compiler.ParseException: /Academy.jsp(0,4) Invalid directive
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:218)
要打开的这个页面只是显示一个表的内容,但是我以代码基本上是完全相同的JSP文件(只是表名和字段名不同)去显示其它表时却没有错误,请高手帮忙看看!谢谢!
问题点数:20、回复次数:2Top
1 楼WildGoose(差一点点)回复于 2003-02-03 15:11:09 得分 20
那是你的SQL语句有问题,你仔细点检查一下吧!Top
2 楼WildGoose(差一点点)回复于 2003-02-03 15:12:58 得分 0
谢谢提醒啦!我解决了!Top




