选择单选按钮时提交表单(Ajax 样式)——Struts2
在 Struts2 中,我想在选择单选按钮(Ajax)时刷新(提交)页面的一部分,保留行表中的所有行。有人可以帮忙解决这个问题的代码吗?
In Struts2 I wanted to refresh(submit) a portion of page on selection of a radio button (Ajax) retaining all the rows in table of rows. Can someone please help with the code for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您提到的场景可以使用AJAX 来实现。尝试 DWR
这里是一些示例,展示了您可以使用 DWR 做什么
The scenario which you have mentioned can be implemented using AJAX. Try DWR
Here are some examples which shows what you can do with DWR
看一下 Struts2 jquery 插件 的展示。
转到“Ajax 表单”-> “Buttonset / Radio Buttons” 这是由单选按钮触发的 AJAX 提交的示例。
Take a look at the showcase for the Struts2 jquery Plugin.
Go to "Ajax Form" -> "Buttonset / Radio Buttons" this is an example for an AJAX Submit triggered by an radio button.