从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
。
如果指定name
,则为可选,否则无效。
我在scope
属性和attribute
属性之间混淆。
我可以使用attribute
属性?
请帮助我。
答案 0 :(得分:1)
与普通request.setAttribute(obj , obj);
或session.setAttribute(obj,obj)
它用于通常使用jstl或其他struts特定标记库在jsp上显示数据