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

質問編集履歴

2

ソースコード変更

2015/07/29 03:09

投稿

Sfidante
Sfidante

スコア90

title CHANGED
File without changes
body CHANGED
@@ -14,14 +14,12 @@
14
14
 
15
15
  下記に問題のページの実際のコードを記載いたします。
16
16
  ```jsp
17
- <form action="YourSelectEngineer?MatchingDetailEngineer" method="POST" name="blueForm">
17
+ <form action="YourSelectEngineer?MatchingDetailEngineer" method="POST" name="blueForm<c:out value='${ loop.count }'/>">
18
18
  <input type="hidden" name="switch" value="MatchingDetailEngineer">
19
19
  <input type="hidden" name="engineerid" value="${ engineerlist.engineerid }">
20
- <!--追加-->
21
- <input type="submit" name="sbt" value="送信" style="visibility:hidden">
20
+ <input type="submit" name="sbt<c:out value='${ loop.count }'/>" value="送信" style="visibility:hidden">
22
- <!--ここまで-->
23
21
  </form>
24
- <a href="" class="list" onclick="document.blueForm.submit();"><!-- リスト -->
22
+ <a href="" class="list" onclick="document.blueForm<c:out value='${ loop.count }'/>.sbt<c:out value='${ loop.count }'/>.click();"><!-- リスト -->
25
23
  <div class="row p-profile_box_blue c-box_padding20">
26
24
  <div class="layout-box">
27
25
  <div class="layout-box_left c-center">

1

追記

2015/07/29 03:09

投稿

Sfidante
Sfidante

スコア90

title CHANGED
File without changes
body CHANGED
@@ -17,6 +17,9 @@
17
17
  <form action="YourSelectEngineer?MatchingDetailEngineer" method="POST" name="blueForm">
18
18
  <input type="hidden" name="switch" value="MatchingDetailEngineer">
19
19
  <input type="hidden" name="engineerid" value="${ engineerlist.engineerid }">
20
+ <!--追加-->
21
+ <input type="submit" name="sbt" value="送信" style="visibility:hidden">
22
+ <!--ここまで-->
20
23
  </form>
21
24
  <a href="" class="list" onclick="document.blueForm.submit();"><!-- リスト -->
22
25
  <div class="row p-profile_box_blue c-box_padding20">