質問編集履歴

2

ソース修正

2017/08/15 04:04

投稿

oldSatoimo
oldSatoimo

スコア21

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  // リクエストスコープ
82
82
 
83
- request.setAttribute("expensesJspForm", expensesFormBeen);
83
+ request.setAttribute("expensesForm1", expensesFormBeen);
84
84
 
85
85
 
86
86
 
@@ -176,7 +176,7 @@
176
176
 
177
177
 
178
178
 
179
- request.setAttribute("expensesJspForm", t_TransFormBean);
179
+ request.setAttribute("expensesForm2", t_TransFormBean);
180
180
 
181
181
 
182
182
 

1

タイトル修正、初心者マーク忘れ

2017/08/15 04:04

投稿

oldSatoimo
oldSatoimo

スコア21

test CHANGED
@@ -1 +1 @@
1
- サーブレットとJSP間での情報の維持
1
+ サーブレットとJSP間での情報の維持方法
test CHANGED
File without changes