多项选择题
对于以下代码,HelloAction希望把请求转发给hello.jsp,在HelloAction的execute方法中如何实现()
A.return(newActionForward(mapping.getInput())) B.return(mapping.findForward("SayHello")) C.return(mapping.findForward("hello.jsp")) D.return(mapping.findForward("/hello.jsp"))
多项选择题 下面哪些任务是RequestProcessor完成的()
单项选择题 Struts使用()捕获表单数据。
单项选择题 Struts应用程序的默认配置文件为()