gpt4 book ai didi

java - 在Struts1中的struts-config中提供action参数值

转载 作者:太空宇宙 更新时间:2023-11-04 08:07:47 27 4
gpt4 key购买 nike

就像在 Struts2 中一样,我们可以在 struts.xml 中提供参数值,如下所示

<action name="myS2Action" class="demo.myS2Action">
<result>/myS2Page.jsp</result>
<param name="myS2Param">value</param>
</action>

在Struts1中,有没有办法在struts-config.xml中设置一些参数值?

我在 struts-config.xml 中有以下条目

<form-bean name="myS1Form" type="demo.MyS1Form"></form-bean>
<action path="/myS1Action" type="demo.myS1Action" name="myS1Form" scope="request" >
<forward name="success" path="/myS1Page.jsp"></forward>
</action>

最佳答案

在Strut1配置中,我们可以使用set-property标签。以下问题与 set-property 标签的使用有关。

In Struts1, how to use set-property tag inside action tag?

关于java - 在Struts1中的struts-config中提供action参数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11790100/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com