J2ee solution? 

How i do it:

executeAction is called first, it puts executing flag into session, starts
the execution process,  and redirects to a wait action

Wait action checks whether the execution is complete and presents a wait
screen, with rotating image, if not. It also contains 
                <meta http-equiv="refresh" content="3;
URL=waitAction?no-cache=<%=System.currentTimeMillis()%>"> 
so, the browser sends requests to the wait action again.

If the process is finished, waitAction redirects to a successAction or an
errorAction, depending on the results of the process.

Regards
Leon



> -----Ursprüngliche Nachricht-----
> Von: Carl Smith [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 28. März 2005 17:07
> An: Struts Users Mailing List
> Betreff: waiting page
> 
> 
> I am trying to develop a waiting page when the submit button 
> is clicked on. The waiting page will be simply some dynamic 
> images rotating indicating the process on going. When the 
> process behind the scene is done, the waiting page is done too.
> 
> Do you folks have a J2EE solution? Thanks.
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection 
> around http://mail.yahoo.com 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to