質問編集履歴
1
JSPのコードを載せ忘れていたため追記いたしました!失礼しました!
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,4 +53,6 @@
|
|
53
53
|
branchList = companyInfoDao.getBranchName();
|
54
54
|
session.put("branchList", branchList);
|
55
55
|
return SUCCESS;
|
56
|
-
}
|
56
|
+
}
|
57
|
+
【JSPでの取得。表示部分】
|
58
|
+
支店:<s:select name="dlstBranch" list="%{#session.branchList}"/>
|