Click the Exhibit button.
Given:
10. <form action=’create_product.jsp’>
11. Product Name: <input type=’text’ name=’prodName’/><br/>
12. Product Price: <input type=’text’ name=’prodPrice’/><br/>
13. </form>
For a given product instance, which three jsp:setProperty attributes must be used to initialize its
properties from the HTML form? (Choose three.)
A.
id
B.
name
C.
type
D.
param
E.
property
F.
reqParam
G.
attribute
Explanation: