如果目标是防止重复提交表单,请使用
token拦截器http://struts.apache.org/2.x/docs/token-
interceptor.html或
tokenSession拦截器http://struts.apache.org/2.x/ docs /
token-session-interceptor.html。
如果您只是想在提交后刷新页面而不重新提交页面,那么请重定向至仅显示结果而不显示表格的操作。
redirectAction为此使用结果。

如果目标是防止重复提交表单,请使用
token拦截器http://struts.apache.org/2.x/docs/token-
tokenSession拦截器http://struts.apache.org/2.x/ docs /
如果您只是想在提交后刷新页面而不重新提交页面,那么请重定向至仅显示结果而不显示表格的操作。
redirectAction为此使用结果。