OK, let me ask this:

Let's say that I have input.jsp, which goes to longAction.do, which in
turn forwards to long_results.jsp when finished.  I've noticed that the
contents of input.jsp remain displayed after the submit button is
clicked, until the contents of input.jsp are ready for the browser to
load.

I have tried to take advantage of this by creating an intermediate
action, splashAction.do, which forwards to splash.jsp, which in turn
forwards to longAction.do (I have a jsp:forward tag at the end of
splash.jsp).  splashAction.do is invoked by the submit button on
input.jsp.  I would expect the contents of splash.jsp to be displayed
until the contents of long_results.jsp are ready for display. Yet the
contents of input.jsp remain displayed until long_results.jsp is ready,
just as before--I never see splash.jsp.

Can anyone tell me why this didn't work?

Thanks,
Dhruva

--- "Dhruva B. Reddy" <[EMAIL PROTECTED]> wrote:
> I have an Action that could potentially take a long time to execute,
> and would like to display a splash screen until the results of the
> action are ready.
> 
> I went googling for this, but I can't seem to find a solution that
> would fit within the Struts framework.  Has anyone done this before?
> 
> Thanks,
> Dhruva
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to