struts-config.xml中action节点的“attribute”属性有什么用?

时间:2011-02-03 07:29:38

标签: java dtd struts-1 struts-config

从Struts-Config.xml的dtd定义 http://struts.apache.org/1.x/struts-core/dtddoc/index.html

action元素描述了用于处理特定ActionMapping object请求的module-relative URI

定义了以下属性: 用于访问ActionForm bean的attributerequest-scope属性的session-scope名称,如果它不是bean指定的name。 如果指定name,则为可选,否则无效。

我在scope属性和attribute属性之间混淆。
我可以使用attribute属性?

请帮助我。

1 个答案:

答案 0 :(得分:1)

与普通request.setAttribute(obj , obj);session.setAttribute(obj,obj)

相同

它用于通常使用jstl或其他struts特定标记库在jsp上显示数据