如何在 Spring Web Flow 中使用相同的视图状态和不同的视图
嘿伙计们,我正在尝试找到使用相同视图状态但具有不同视图的方法,以便根据调用的位置,我可以为用户提供不同的视图。
例如,尝试实现如下:
请分享您的经验,以便我可以轻松实现此功能。
Hey Guys, I am trying to find the way to use same view-state but with different views so that based on where it is being called, I can provide different view to the user.
For instance, trying to achieve as follows:
<var name="searchpage" value="search.jsp">
<view-state id="searchBusiness" view="${searchpage}"/>
Please share your experience so that I can achieve this functionality easily.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可以为此目的使用决策状态作为流程的第一个状态。
i think you can use decision-state for this purpose as first state of your flow.