gpt4 book ai didi

spring - 如何在异常时设置文字字符串 flowScope 值?

转载 作者:行者123 更新时间:2023-12-04 17:26:47 27 4
gpt4 key购买 nike

在我的 Spring Web Flow 应用程序中,我的 action-state 之一过渡看起来像这样:

    <transition on-exception="com.foo.BarException" to="barView">
<set name="flowScope.error" value="foo.bar" type="string" />
</transition>

我要设置 flowScope.error到文字字符串“foo.bar”,但 Spring 将其解释为对 foo 的引用对象的 bar 属性。我怎样才能强制 Spring 从字面上理解字符串?

最佳答案

我想通了:值需要用单引号括起来:
<set name="flowScope.error" value="'foo.bar'" type="string" />

关于spring - 如何在异常时设置文字字符串 flowScope 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7896394/

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