单项选择题
A.web.xml B.ApplicationResources.properties C.struts-config.xml D.ApplicationResources_zh_CN_properties
在使用Struts错误处理机制时,将报错信息定义在属性文件后,还需要在struts-config.xml文件中...
单项选择题在使用Struts错误处理机制时,将报错信息定义在属性文件后,还需要在struts-config.xml文件中使用()标签定义对该属性文件的引用。
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