質問編集履歴

1

記述

2015/04/10 07:20

投稿

ryo_se
ryo_se

スコア68

test CHANGED
File without changes
test CHANGED
@@ -52,9 +52,11 @@
52
52
 
53
53
  {JSP}
54
54
 
55
- <s:form id="file-form" action="" enctype="multipart/form-data" method="post">
55
+ <s:form id="file-form" action="itemMaster_regist" enctype="multipart/form-data" method="post">
56
56
 
57
+ <s:token />
58
+
57
- <s:file id="input-file" name="csvBean.csvFile" />
59
+ <s:file id="input-file" name="csvBean.csvFile" />
58
60
 
59
61
  </s:form>
60
62