You could submit to an intermediary page that gathers all the form information and re-submits. This page could have a "processing" message. WebWork supports a long-running message, I don't know about the other frameworks.
http://www.opensymphony.com/webwork/wikidocs/Execute%20and%20Wait%20Interceptor.html Matt On 12/2/06, John Allerdyce <[EMAIL PROTECTED]> wrote:
Hi, Can someone please advice me how handle a Action in Form which takes a long time? In appfuse, a user submits and a function in the backing bean is invoked. And the user will see the result page after that function is returned. My question is what if that function takes a long time to complete (e.g. 10 minutes). How can i indicate to user that everything is fine (display a 'processing page'), and forward him to a result page when things are done? Thank you.
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
