teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

ああああああああ

2020/05/27 00:28

投稿

Aya_nishimura
Aya_nishimura

スコア16

title CHANGED
File without changes
body CHANGED
@@ -68,20 +68,23 @@
68
68
  req.getRequestDispatcher(move).forward(req, resp);
69
69
  }
70
70
  ```
71
- jsp(エラー箇所のみ)
71
+ jsp
72
72
  ```ここに言語を入力
73
73
  <% ArrayList<ADTO> aList = (ArrayList<ADTO>) request.getAttribute("aList"); %>
74
+ <p><%= historyList.get(i) %></p>
75
+
76
+ ※<p><%= historyList.get(i) %></p>が89行目になります。
74
77
  ```
75
78
 
76
79
  エラー関連
77
80
  ```ここに言語を入力
78
81
  Type Exception Report
79
82
 
80
- メッセージ JSPのクラスをコンパイルできません:
83
+ メッセージ An exception occurred processing JSP page [/index.jsp] at line [98]
81
84
 
82
85
  説明 The server encountered an unexpected condition that prevented it from fulfilling the request.
83
86
 
84
87
  例外
85
88
 
86
- org.apache.jasper.JasperException: JSPのクラスをコンパイルできません:
89
+ org.apache.jasper.JasperException: An exception occurred processing JSP page [/index.jsp] at line [98]
87
90
  ```

1

あああああああ

2020/05/27 00:28

投稿

Aya_nishimura
Aya_nishimura

スコア16

title CHANGED
File without changes
body CHANGED
@@ -71,4 +71,17 @@
71
71
  jsp(エラー箇所のみ)
72
72
  ```ここに言語を入力
73
73
  <% ArrayList<ADTO> aList = (ArrayList<ADTO>) request.getAttribute("aList"); %>
74
+ ```
75
+
76
+ エラー関連
77
+ ```ここに言語を入力
78
+ Type Exception Report
79
+
80
+ メッセージ JSPのクラスをコンパイルできません:
81
+
82
+ 説明 The server encountered an unexpected condition that prevented it from fulfilling the request.
83
+
84
+ 例外
85
+
86
+ org.apache.jasper.JasperException: JSPのクラスをコンパイルできません:
74
87
  ```