首页上一页 1 下一页尾页 3 条记录 1/1页
jsp全程开发实录——电子商城问题
发表在JavaWeb图书答疑
2010-04-29
是否精华
是
否
版块置顶:
是
否
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 6
3: <%@page import="java.util.*"%>
4: <%@page import="com.wy.domain.GoodsForm" %>
5: <jsp:useBean id="newGood" scope="page" class="com.wy.dao.GoodsDao"/>
6: <%List nowList =newGood.selectMark(Integer.valueOf("0"));%>
7: <%List freeList =newGood.selectMark(Integer.valueOf("1"));%>
8: <html>
9: <head>
上面说错误在第六行,但不知道是哪错了 请各位老师帮忙看看~
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 6
3: <%@page import="java.util.*"%>
4: <%@page import="com.wy.domain.GoodsForm" %>
5: <jsp:useBean id="newGood" scope="page" class="com.wy.dao.GoodsDao"/>
6: <%List nowList =newGood.selectMark(Integer.valueOf("0"));%>
7: <%List freeList =newGood.selectMark(Integer.valueOf("1"));%>
8: <html>
9: <head>
上面说错误在第六行,但不知道是哪错了 请各位老师帮忙看看~