来自 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-scope,session-scope如果它不是 bean 指定的name。可选 ifname指定,否则无效。
我在scope属性和attribute属性之间感到困惑。
我可以在哪里使用attribute属性?
请帮我。