JSP中报500错误

来源:百度知道 编辑:UC知道 时间:2024/06/16 15:05:17
HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 23 in the jsp file: /WebStudents/index/down_lift.jsp
News_ShopBean cannot be resolved to a type
20: <td height="127" bgcolor="#DEF2FB"><table width="95%" border="0" cellspacing="0" align="center">
21:
22: <%
23: News_ShopBean bean02=new News_ShopBean();
24: ArrayList list02=new ArrayList();
25: list02=bean02.newsInfo(0,4,43);
26: News_NewsBean newsbean02;

An error occurred at line: 38 in the jsp file: /WebS

500是语法错误,错误发生在38行 News_ShopBean无法被解析, News_ShopBean你导入这个类没有

你的jsp页面有问题 应该是 你的 什么类没有引入 和楼上的一样

down_lift.jsp 源码发下啊~