質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,6 +18,8 @@
|
|
18
18
|
|
19
19
|
<form action="" method="post" >
|
20
20
|
|
21
|
+
// 以下のように指定し、
|
22
|
+
|
21
23
|
<input type="text" id="inputName" name="account.name" value='<%= account.getName() %>' />
|
22
24
|
|
23
25
|
<input type="text" id="inputEmail" name="account.email" value='<%= account.getEmail() %>' />
|