Search code examples
javahtmljakarta-eestrutsstruts-1

What's the best way to create a waiting page using the struts framework


I have a page which requires retrieving results from a service, and that takes a long time. In between this page and the previous, I would like a "please wait, loading" page. What's the best way of doing this. Preferably with struts


Solution

  • Please see struts-1-solutions and then Execute and Wait Interceptor

    hopes that helps