YouarecreatingalibraryofcustomtagsthatmimictheHTMLformtags.Whentheusersubmitsaformthatfailsvalidation,theJSPformisforwardedbacktotheuser.The<t:textField>tagmustsupporttheabilitytore-populatetheformfieldwiththerequestparametersfromtheuser’slastrequest.Forexample,iftheuserentered"Samantha"inthetextfieldcalledfirstName,thentheformisre-populatedlikethis:<inputtype=’text’name=’firstName’value=’Samantha’/>Whichtaghandlermethodwillaccomplishthisgoal?()
A.
B.
C.
D.