spring webflow:根据某些输入重定向到最终状态
我的流程中有一些输入,即
<input name="someInput" type="long" required="true"/>
我想在最终状态中重定向到取决于此输入的位置。我正在尝试以下操作:
<end-state id="done" view="externalRedirect:contextRelative:/blahblah/${someInput}"/>
这不起作用(网络流不会用它的值替换 ${someInput} (它将其视为标准字符串。您知道如何正确执行此操作吗?
I have in my flow some input, i.e.
<input name="someInput" type="long" required="true"/>
and I'd like to redirect in an end-state to a location that depends on this input. I'm trying the following:
<end-state id="done" view="externalRedirect:contextRelative:/blahblah/${someInput}"/>
This is not working (the webflow does not replace ${someInput} with its value (it treats this as a standard string. Do you know how to do this properly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在谈论 Webflow 2.0,请尝试
If you are speaking about Webflow 2.0 please try