大家好,我有一些jsp页面,我使用struts2处理表单。用户提交表单后,地址栏中显示的URL变为somthing.action,因此,当用户刷新页面时,表单将再次提交。我该如何处理?提交表格后。
如果目标是防止重复提交表单,请使用token拦截器http://struts.apache.org/2.x/docs/token- interceptor.html或tokenSession拦截器http://struts.apache.org/2.x/ docs / token-session-interceptor.html。
token
tokenSession
如果您只是想在提交后刷新页面而不重新提交页面,那么请重定向至仅显示结果而不显示表格的操作。redirectAction为此使用结果。
redirectAction