type = \"hello.HelloAction\"
name = \"HelloForm\"
scope = \"request\"
validate = \"true\"
input = \"/hello.jsp\"
>
选项:
A. return (new ActionForward(mapping.getInput()));
B. return (mapping.findForward(\”SayHello\”));
C. return (mapping.findForward(“hello.jsp\”));
37、对于以下这段配置ActionServlet的代码,哪些说法是正确的 (多选)
action
org.apache.struts.action.ActionServlet
|