Displaying a wait page for a struts action

June 4, 2007 · Posted in java, struts · Comment 

I was searching google to find a way to show a wait page when a struts form is submitted and the response is loaded. Sometimes it is required when the page has to process a lot of information or get huge amount of data from the database.

I found a really clean way to do so at http://wiki.apache.org/struts/StrutsPleaseWait .