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

質問編集履歴

1

追記

2017/02/12 10:50

投稿

lupus_dingo
lupus_dingo

スコア257

title CHANGED
File without changes
body CHANGED
@@ -8,6 +8,7 @@
8
8
  ```lang-HTML
9
9
  <% Account account = (Account) session.getAttribute("account"); %>
10
10
  <form action="" method="post" >
11
+ // 以下のように指定し、
11
12
  <input type="text" id="inputName" name="account.name" value='<%= account.getName() %>' />
12
13
  <input type="text" id="inputEmail" name="account.email" value='<%= account.getEmail() %>' />
13
14
  <input type="text" id="inputAddress" name="account.address" value='<%= account.getAddress() %>' />