質問編集履歴
1
エラー追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
<section id="portfolio">
|
40
40
|
<div class="container-fluid p-0">
|
41
41
|
<div class="row no-gutters">
|
42
|
-
|
42
|
+
エラー箇所<%List<RestaurantBean> reList = (List<RestaurantBean>)request.getAttribute("RestaurantInfo");
|
43
43
|
Iterator<RestaurantBean> iterator = reList.iterator();
|
44
44
|
RestaurantBean rb = new RestaurantBean();
|
45
45
|
while(iterator.hasNext()){
|