View the Exhibit.
Given:
10. <form action=`create_product.jsp’>
11. Product Name: <input type= `text’ name=`productName’/><br/>
12. Product Price: <input type= `text’ name=`productPrice’/><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
BDE
B,D,E