单项选择题
A.message-resource B.action C.forward D.form-bean
在struts的配置文件中,一般来说action节点的()属性是可以不写的。A.pathB.typeC.nam...
多项选择题在struts的配置文件中,一般来说action节点的()属性是可以不写的。
A.path B.type C.name D.input
在struts的配置文件中,action节点的哪一个属性用来action指定引用的actionForm()A....
单项选择题在struts的配置文件中,action节点的哪一个属性用来action指定引用的actionForm()
A.name B.attribute C.scope D.path
Action中的execute方法执行完毕后,需要跳转到show.jsp这个页面,下列写法中那些从形式上是正确...
单项选择题Action中的execute方法执行完毕后,需要跳转到show.jsp这个页面,下列写法中那些从形式上是正确的()
A.return"show.jsp" B.return"show" C.returnmapping.findForward("show") D.returnmapping.findForward("show.jsp")