在struts的配置文件中,action节点的哪一个属性用来action指定引用的actionForm()
A: name
B: attribute
C: scope
D: path
A: name
B: attribute
C: scope
D: path
举一反三
- Spring包装Struts的动作说法正确的是()。 A: Action配置的type属性还是指向自己的Action类 B: Action配置的type属性不需要指向自己的Action类,但是Action要在Spring配置文件中配置 C: Action配置的type属性一定要指向Spring提供的代理类,但是Action要在Spring配置文件中配置 D: Action配置的type属性必须指向Spring提供的代理类,可以利用Spring提供的中央处理器来处理,但是Action要在Spring配置文件中配置
- 下面信息不在Struts2配置文件中配置的是 A: FormBean配置信息 B: Action转发路径 C: 引用的资源文件 D: Action访问路径
- 在Struts.xml文件中如果配置Action时没有指定action元素的class属性时,系统会
- 在action元素中指定Action类调用方法的属性是() A: Name B: Method C: class D: result
- 表单()属性用来指定提交表单的方法。 A: action B: method C: name D: id