black

SCWCD(310-083)

登录

单项选择题

You are creating a library of custom tags that mimic the HTML form tags. When the user submits a formthat fails validation, the JSP form is forwarded back to the user. The<t:textField> tag must support the ability to re-populate the form field with the request parameters from theuser’s last request. For example, if the user entered "Samantha" in the text field called firstName, then theform is re-populated like this:
<input type=’text’ name=’firstName’ value=’Samantha’ />
 Which tag handler method will accomplish thisgoal?()

A.
B.
C.
D.

相关考题

单项选择题 WhichstatementistrueifthedoStartTagmethodreturnsEVAL_BODY_BUFFERED?()

单项选择题 Assume the tag handler for a st:simple tag extends Simple Tag Support. In what way can scriptlet code beused in the body of st:simple?()

多项选择题 Given: 11.<% java.util.Map map = new java.util.HashMap(); 12.request.setAttribute("map", map); 13.map.put("a", "b"); 14.map.put("b", "c"); 15.map.put("c", "d"); %> 16.<%-- insert code here --%> Which three EL expressions, inserted at line 16, are valid and evaluate to "d"?()

All Rights Reserved 版权所有©求知题库网库(csqiuzhi.com)

备案号:湘ICP备14005140号-1

经营许可证号:湘B2-20140064