[Exhibit]ボタンをクリックします。
与えられたHTMLフォーム:
1. <html>
2. <body>
3. <form action = "submit.jsp">
4.名前:<input type = "text" name = "i1"> <br>
5.価格:<input type = "text" name = "i2"> <br>
6. <input type = "submit">
7. </ form>
8. </ body>
9. </ html>
製品属性がまだどのスコープにも存在しないとします。
submit.jsp内のコードスニペットは、フォーム提出の結果を含むcom.example.Productのインスタンスをインスタンス化しますか?
