如何验证 Struts (Java) 中的 ActionForm 是否已更改?

发布于 2024-09-12 20:07:15 字数 104 浏览 8 评论 0原文

在 Struts 中,哪一个是验证 ActionForm 是否已更改(用户更改了 jsp 上输入中的一个或多个值)的最佳选项?

ActionForm 有很多实例变量,包括列表。

which is the best option to validate if an ActionForm has changed (the user changed one or more values in it inputs on the jsp) in Struts?

the ActionForm has a lot of instance variables, including lists.

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

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

发布评论

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

评论(1

别低头,皇冠会掉 2024-09-19 20:07:15

Struts 没有确定更改的表单验证。

您可以尝试在会话中保留以前的表单,并在以前的操作表单和当前表单之间进行比较。

Struts doesn't have a form validation that determines changes.

You can try and keep a previous form in a session and do a comparison between the previous action form and the current form.

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