在 Wicket 中重复提交表单
在 Spring 中,我通常会在提交后进行重定向,以防止用户通过按 F5 多次提交表单。 wicket 是否可以开箱即用地处理这个问题,或者我在开发表单页面时是否也需要考虑到这一点?
我对此还没有任何问题,但我想提前知道。
In Spring I usually did a redirect-after-submit to prevent the user of submitting a form multiple times by pressing F5. Does wicket handle this out of the box or do I also need to take this into account when developing my form pages?
I don't have a problem with this yet but I would like to know in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Wicket 由于其状态特性和页面版本控制而自动处理此问题。
另请参阅您上一个问题的答案:https://stackoverflow.com/q/8082042/532331
Yes, Wicket handles this automatically because of its stateful nature and page versioning.
See also this answer of your previous question: https://stackoverflow.com/q/8082042/532331