当前位置: 技术问答>java相关
这是我的bean的错误吗?
来源: 互联网 发布时间:2017-03-22
本文导语: 调试的错误为: description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: /addweb/sy_cig.jsp(23,2) Unterminated tag at org.apache.jasper.compiler.DefaultErrorHand...
调试的错误为:
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /addweb/sy_cig.jsp(23,2) Unterminated tag
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:417)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:170)
是我的jsp的问题还是bean的问题?
|
都有可能
主要是标记有开始没有结束
仔细检查一下!
主要是标记有开始没有结束
仔细检查一下!
|
|
up!