struts 2 如何避免页面超时?

How to avoid page timeout in struts 2?

参考:JSP Timeout Issue in Struts2

我在我的 Web 应用程序中做了一项长期工作,并向用户显示警告 "This could take several minutes"(以及一个很酷的加载动画 gif ;-)。

无论需要多少时间,我都希望我的页面一直等到作业完成(无页面超时)。

谢谢。

我也有同样的需求。我使用了执行和等待拦截器。请查阅 here