Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Struts 中验证 ActionForm 是否已更改(用户更改了它在 jsp 上的输入中的一个或多个值)的最佳选择是哪个?
ActionForm 有很多实例变量,包括列表。
Struts 没有确定更改的表单验证。
您可以尝试在会话中保留之前的表单,并在之前的操作表单和当前表单之间进行比较。