Providing the time it took your action to complete didn't time out the
request you could always have a hidden div tag that displays some sort of
loading dialog/image over the top of everything else when the action is
triggered.  When the form is posted you set the hidden div style to be
visible and then that is displayed until the action completes and triggers
another action/jsp/template.

-----Original Message-----
From: Aaron Held [mailto:[EMAIL PROTECTED]
Sent: 03 March 2004 17:08
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Long running tasks


Jason Carreira wrote:

>Nope, no support out of the box... If you wanted, it would be easy
>enough to create an asynch ActionProxy using threads or JMS, and/or to
>create a JMSDispatcher to consume JMS messages and translate them to
>Action executions...
>
>Jason
>
>  
>
Thanks,
Threads will do.  I'll look into ActionProxy, but it seems easier to 
understand if I have three
seperate pages.
startLongAction Page  ->  Refresh And Wait Page -> Show user results Page.

-Aaron


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


___________________________________________________________
HPD Software Ltd. - Helping Business Finance Business
Email terms and conditions: www.hpdsoftware.com/disclaimer 




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to