重定向到 Grails 上具有多个参数的控制器
我正在 Grails 中开发一个 Web 应用程序,我需要将当前页面重定向到另一个控制器,并向其传递多个参数。
确切的场景是具有多个 SELECT 菜单,并在其“onChange”属性上调用此控制器,将所有 SELECT 菜单的当前值作为参数传递给它。
重要的是,应该刷新整个页面,以便显示该控制器生成的新内容以及 SELECT 菜单的新组合。
非常感谢你,
knithx。
I am developing a web app in Grails and I need to redirect my current page to another controller, passing to it multiple parameters.
The exact scenario will be to have a from with multiple SELECT menus and have on them all a call to this controller on their "onChange" property, passing to it the current value of all the SELECT menus as parameters.
It is important that the full page should be refreshed in order to show the new content generated by that controller and the new combination of the SELECT menus.
Thank you very much,
knithx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以这样做:
You can do something like this: