0

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

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

定义了以下属性: 用于访问我们的 ActionForm bean 的属性的attribute名称request-scopesession-scope如果它不是 bean 指定的name。可选 ifname指定,否则无效。

我在scope属性和attribute属性之间感到困惑。
我可以在哪里使用attribute属性?

请帮我。

4

1 回答 1

1

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

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

于 2011-02-03T07:32:52.820 回答