RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
rsday, August 05, 2004 2:26 PM To: Struts Users Mailing List Subject: Re: How to show a 'please wait' page while performing action Hi, Thanks for the response. Can you send me the code snippet. It will be really helpful. Shailender Jain [EMAIL PROTECTED] wrote: > Yup buddy, >

Re: How to show a 'please wait' page while performing action

2004-08-05 Thread Shailender Jain
browsers) > > - regards > > Raj > (+91-11-31261821) > > -Original Message- > From: Shailender Jain [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 05, 2004 2:09 PM > To: Struts Users Mailing List > Subject: Re: How to show a 'please wait' page while perf

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
is approach, we could smoothly implement please wait operation. > > Hope this will help you. > > - regards > > Raj > (+91-11-31261821) > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christian Riedel > Sent: Thursday, August 05, 2004

Re: How to show a 'please wait' page while performing action

2004-08-05 Thread Shailender Jain
wait operation. > > Hope this will help you. > > - regards > > Raj > (+91-11-31261821) > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christian Riedel > Sent: Thursday, August 05, 2004 1:55 PM > To: [EMAIL PROTECTED] > Subject:

Re: How to show a 'please wait' page while performing action

2004-08-05 Thread Christian Riedel
Hi Alexander, thanks for your answer ... - on the main-form perform the submit with the file-upload and show the result-page when it is finished - To do the submit use a javascript function which performs the submit and opens a popup-window with a new request. - The "main"-action puts a f

Re: How to show a 'please wait' page while performing action

2004-08-05 Thread Shailender Jain
Hi, The most simple way to do this is by making use of JavaScript. You can put some message like 'EXECUTING' or some image in the same page with the DIV tag. This DIV tag should be in the hide mode by default. When the user says 'UPLOAD' then this DIV tag should be visible and the rest of the ta

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
gards Raj (+91-11-31261821) -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christian Riedel Sent: Thursday, August 05, 2004 1:55 PM To: [EMAIL PROTECTED] Subject: How to show a 'please wait' page while performing action Hi, I am trying to implement a page,

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread Jesse Alexander (KXT)
ld be feasable. hope this helps Alexander -Original Message- From: Christian Riedel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 10:25 AM To: [EMAIL PROTECTED] Subject: How to show a 'please wait' page while performing action Hi, I am trying to implement a page, th

How to show a 'please wait' page while performing action

2004-08-05 Thread Christian Riedel
Hi, I am trying to implement a page, that is shown during perfoming a file upload action. When the upload form is submitted I want a new page to be displayed showing a 'please wait' message. While this page is shown the actual file-upload should be performed and then, when the upload is finishe