为了账号安全,请及时绑定邮箱和手机立即绑定

The method getViewList(String) is undefined for the type ItemsDao 总是报错

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)


正在回答

4 回答

修改.java文件的话,直接在浏览器中刷新是不行的,需要重新启动tomcat

0 回复 有任何疑惑可以回复我~

同问。。

0 回复 有任何疑惑可以回复我~

我的也是,解决了吗?

0 回复 有任何疑惑可以回复我~

你在ItemsDAO里面有getViewList()这个方法了吗

0 回复 有任何疑惑可以回复我~
#1

qq_十三夫人_0 提问者

有的 但是错误说没有 、、、、
2016-12-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

The method getViewList(String) is undefined for the type ItemsDao 总是报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信