qq_十三夫人_0
2016-12-13 11:34
type Exception report
message Unable to compile class for JSP:
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: 109 in the jsp file: /details.jsp
The method getViewList(String) is undefined for the type ItemsDao
106: <b>您浏览过的商品</b><br>
107: <!-- 循环开始 -->
108: <%
109: ArrayList<items> itemList = itemDao.getViewList(list);
110: if(itemList!=null && itemList.size()>0)
111: {
112: for(items c:itemList)
修改.java文件的话,直接在浏览器中刷新是不行的,需要重新启动tomcat
同问。。
我的也是,解决了吗?
你在ItemsDAO里面有getViewList()这个方法了吗
JAVA遇见HTML——JSP篇
248279 学习 · 3071 问题
相似问题