【发布时间】:2018-03-02 08:09:31
【问题描述】:
我的问题是关于 Spring Webflow。我们如何在结束状态下设置变量?
<action-state id="saveanyformula">
<evaluate expression="--code---"></evaluate>
<transition to="end"></transition>
</action-state>
<end-state id="end" view="externalRedirect:new/lists">
我尝试了下面的代码,但它不起作用:
<end-state id="end" view="externalRedirect:new/lists?foo1=${flowScope.foo1}">
【问题讨论】:
标签: spring spring-webflow spring-webflow-2