Jquery 删除弹簧绑定行:仍在请求吗?

发布于 2025-01-08 17:07:37 字数 303 浏览 1 评论 0原文

我正在使用 spring-web-flow + spring mvc。 在我的 Spring Web Flow 中,当发生验证错误时,我会返回到发生错误的页面,这是 Spring Web Flow 中的默认设置。

我遇到的问题是,在发生错误的页面上,用户可以添加/删除其中绑定了输入字段的行。 (只需使用一些 JavaScript 来添加fieldname[X])。当我提交时,添加的字段已正确绑定,但是当我由于验证错误而返回页面时,使用 jquery remove() 删除该行,然后再次提交,删除的行是还在请求对象上吗?

I'm using spring-web-flow + spring mvc.
Within my spring web flow when a validation error occurs I go back to the page on which it occurred as is the default in spring web flow.

The issue I'm having is that on the page on which the error occurs a user can add/remove rows in which there are input fields which are bound. (just using some javascript to add fieldname[X]). When I submit the added fields are correctly bound, however when I land back on the page due to a validation error, remove the row using jquery remove() and then submit again the removed row(s) are still on the request object?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文