質問編集履歴
2
ソースコード変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,21 +30,17 @@
|
|
30
30
|
|
31
31
|
```jsp
|
32
32
|
|
33
|
-
<form action="YourSelectEngineer?MatchingDetailEngineer" method="POST" name="blueForm">
|
33
|
+
<form action="YourSelectEngineer?MatchingDetailEngineer" method="POST" name="blueForm<c:out value='${ loop.count }'/>">
|
34
34
|
|
35
35
|
<input type="hidden" name="switch" value="MatchingDetailEngineer">
|
36
36
|
|
37
37
|
<input type="hidden" name="engineerid" value="${ engineerlist.engineerid }">
|
38
38
|
|
39
|
-
<!--追加-->
|
40
|
-
|
41
|
-
<input type="submit" name="sbt" value="送信" style="visibility:hidden">
|
39
|
+
<input type="submit" name="sbt<c:out value='${ loop.count }'/>" value="送信" style="visibility:hidden">
|
42
|
-
|
43
|
-
<!--ここまで-->
|
44
40
|
|
45
41
|
</form>
|
46
42
|
|
47
|
-
<a href="" class="list" onclick="document.blueForm.su
|
43
|
+
<a href="" class="list" onclick="document.blueForm<c:out value='${ loop.count }'/>.sbt<c:out value='${ loop.count }'/>.click();"><!-- リスト -->
|
48
44
|
|
49
45
|
<div class="row p-profile_box_blue c-box_padding20">
|
50
46
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,6 +36,12 @@
|
|
36
36
|
|
37
37
|
<input type="hidden" name="engineerid" value="${ engineerlist.engineerid }">
|
38
38
|
|
39
|
+
<!--追加-->
|
40
|
+
|
41
|
+
<input type="submit" name="sbt" value="送信" style="visibility:hidden">
|
42
|
+
|
43
|
+
<!--ここまで-->
|
44
|
+
|
39
45
|
</form>
|
40
46
|
|
41
47
|
<a href="" class="list" onclick="document.blueForm.submit();"><!-- リスト -->
|