海尔兵
2015-01-02 21:36
Stacktrace:] with root cause
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 20 in the jsp file: /index.jsp
ArrayList cannot be resolved to a type
17: <td>
18: <%
19: ItemsDAO itemsDao = new ItemsDAO();
20: ArrayList<Items> list = itemsDao.getAllItems();
21: if (list != null && list.size() > 0) {
22: for (int i = 0; i < list.size(); i++) {
23: Items item = list.get(i);
在eclipse中 出现错误怎么改? 求答案 谢谢!
ArrayList这个类是不是没有导入
JAVA遇见HTML——JSP篇
248277 学习 · 3071 问题
相似问题