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

发布于 2024-10-15 19:28:05 字数 599 浏览 2 评论 0原文

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

action 元素描述一个 ActionMapping 对象,该对象用于处理特定模块的请求 -相对 URI

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

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

请帮助我。

From the dtd definition of Struts-Config.xml
http://struts.apache.org/1.x/struts-core/dtddoc/index.html

The action element describes an ActionMapping object that is to be used to process a request for a specific module-relative URI.

The following attributes are defined :
attribute name of the request-scope or session-scope attribute that is used to access our ActionForm bean, if it is other than the bean's specified name.
Optional if name is specified, else not valid.

I am confuse between the scope attribute and attribute attribute.

Where i can use attribute attribute ?

Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒浓于脸红 2024-10-22 19:28:05

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

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

its same as plain request.setAttribute(obj , obj); or session.setAttribute(obj,obj)

It is used to display data on the view typically jsp using jstl or other struts specific taglibs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文