传递 URL 参数 Spring Web Flow

发布于 2024-08-09 07:38:02 字数 248 浏览 7 评论 0原文

我有这个使用 Spring Web Flow 框架的 Web 应用程序。在我的主页中,我默认显示员工列表。当我单击特定行时,我需要重定向到显示该行的详细视图的另一个页面。我正在考虑通过 URL 参数传递行中的“名称”字段。

这可能吗?Spring Web Flow 是否可以支持从 URL 获取参数?

<a href="edit.do?row_name=testName">name</a>

I have this web application using Spring Web Flow framework. In my main page I have a default display of a list of employees. When I click a particular row I need to redirect to another page displaying a detailed view of the row. I was thinking of passing the "name" field in my row through URL parameter.

Is this possible or can Spring web flow support getting parameters from the URL?

<a href="edit.do?row_name=testName">name</a>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文