All of you have definitely seen a ‘please wait’ page when you submit a form and then after a few seconds get a result page. This is typically true of web pages where you submit a credit card transaction or some time consuming database search query.
How can I do this using STRUTS?
I searched the web and found some solutions which are useful only if you use pure JSP pages and no struts.
Then there is this solution of extending the RequestProcessor, but that conflicts if you use Tiles (and I do use Tiles in my application).
Is there a simple/tough/whatever way to do this?