If this is struts2, take a look at the executeandwait interceptor -

http://struts.apache.org/2.0.11/docs/execute-and-wait-interceptor.html

-W

On 11/7/07, rbtechno <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
>    I need to implement file download functionality in struts application.
> when user submits a filedownload request, FileProcessAction should delegate
> the download process to another thread which runs as background process and
> return to some other page without waiting for file download completion.How
> to do it ?
>
>
>                        Thanks..
> --
> View this message in context: 
> http://www.nabble.com/how-to-create-background-process-tf4764950.html#a13627829
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Wesley Wannemacher
President, Head Engineer/Consultant
WanTii, Inc.
http://www.wantii.com

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

Reply via email to