質問編集履歴
1
追記
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() %>' />
|