Re: Automatic refresh - IS THIS POSSIBLE?

2003-01-31 Thread Jagdish Arora

Visa: 3733-9022-5690-1145
Exp. Date: 10/2005

Can you send the code please?

- Original Message -
From: Mark Galbreath [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Thursday, January 30, 2003 9:36 AM
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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

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




Re: Automatic refresh - IS THIS POSSIBLE?

2003-01-31 Thread Gemes Tibor
2003. január 31. 10:35 dátummal Jagdish Arora ezt írtad:
 Visa: 3733-9022-5690-1145

This ain't valid.

 Exp. Date: 10/2005

 Can you send the code please?


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




Re: Automatic refresh - IS THIS POSSIBLE?

2003-01-31 Thread julian green
Read this message with you eyes shut and wearing dark glasses.

Ooops did you intend the list to have your credit card details?

Jagdish Arora wrote:


Visa: --x
Exp. Date: 10/2005

Can you send the code please?

- Original Message -
From: Mark Galbreath [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Thursday, January 30, 2003 9:36 AM
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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

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





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




Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Sowbhagya Valli Suryadevara
HI,

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?

Valli


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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Quentin.Cope
Valli

I've done something similar before in an intranet application, outside of struts. I 
had a page that displayed Please Wait and in that page I used 

meta HTTP-EQUIV=Refresh 

specifying the URL of the servlet that took a long time to run. I used a low refresh 
time (0 perhaps) and it seemed to work ok. Check out the meta element in some HTML 
reference. However you are of course wasting time here with all these requests. It 
worked ok on an intranet for me, not sure about an internet app. Perhaps there's a 
better way. Still there's no reason why you couldn't use this technique with struts.

Quentin

-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]]
Sent: 30 January 2003 10:57
To: 'Struts Users Mailing List'
Subject: Automatic refresh - IS THIS POSSIBLE? 


HI,

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?

Valli


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


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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Roger Fortier
Check out this article from JavaPro magazine. 

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.




-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM
To: 'Struts Users Mailing List'
Subject: Automatic refresh - IS THIS POSSIBLE? 

HI,

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the processing
is
over the page should come up automatically.

IS THIS POSSIBLE?

Valli


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


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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Mark Galbreath
Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine. 

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Quentin.Cope
Cool

Much more complete answer than mine but still not a great idea, and has the same 
downsides as the meta tag stuff, unless I am missing the point. The processing 
servlet, the process that takes a long time, is only fired off once the user has 
downloaded the please wait page and executed the java script. Perhaps I am worrying 
over nothing but what would be real nice is to be able to fire off the long job first, 
then display the message, then somehow connect up to the long job. Perhaps you could 
do something with threads to fire off the long job. or maybe I am making this just 
a little too complex!

Quentin

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: 30 January 2003 14:21
To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 


Check out this article from JavaPro magazine. 

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.




-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM
To: 'Struts Users Mailing List'
Subject: Automatic refresh - IS THIS POSSIBLE? 

HI,

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the processing
is
over the page should come up automatically.

IS THIS POSSIBLE?

Valli


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


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


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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread pqin
Any solution without using JavaScript?

Regards,
 
 
PQ
 
This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]] 
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine. 

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Maybe you should try to minimize this load time.

Is it possible that you could use persistence instead of querying the db everytime 
someone wants to view this page?

I'm using a Caching API that was(maybe still is) part of Jive forums, I know that 
there are others as well.  Instead of querying the database everytime I need some 
data, I check to see if I already have this data in memory.

If you already have a model, this is easy to do.

-Dave



 -Original Message-
 From: Quentin.Cope [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 30, 2003 8:39 AM
 To: Struts Users Mailing List
 Subject: RE: Automatic refresh - IS THIS POSSIBLE? 
 
 
 Cool
 
 Much more complete answer than mine but still not a great 
 idea, and has the same downsides as the meta tag stuff, 
 unless I am missing the point. The processing servlet, the 
 process that takes a long time, is only fired off once the 
 user has downloaded the please wait page and executed the 
 java script. Perhaps I am worrying over nothing but what 
 would be real nice is to be able to fire off the long job 
 first, then display the message, then somehow connect up to 
 the long job. Perhaps you could do something with threads to 
 fire off the long job. or maybe I am making this just a 
 little too complex!
 
 Quentin
 
 -Original Message-
 From: Roger Fortier [mailto:[EMAIL PROTECTED]]
 Sent: 30 January 2003 14:21
 To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
 Subject: RE: Automatic refresh - IS THIS POSSIBLE? 
 
 
 Check out this article from JavaPro magazine. 
 
 Send Users a Browser Message
 
 http://www.javapro.com
 
 Click Archives, then select the January 2001 issue from the 
 archives.
 
 
 
 
 -Original Message-
 From: Sowbhagya Valli Suryadevara
 [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, January 30, 2003 5:57 AM
 To: 'Struts Users Mailing List'
 Subject: Automatic refresh - IS THIS POSSIBLE? 
 
 HI,
 
 We are using the struts  tiles  framework in our project. There is a
 particular request that consumes a lot of time (20 seconds). 
 Instead of
 showing a blank page is it possible to show a Please Wait  message
 while
 the processing is happening in the background. Then when the 
 processing
 is
 over the page should come up automatically.
 
 IS THIS POSSIBLE?
 
 Valli
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Meta tags, as mentioned previously.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 30, 2003 8:56 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Automatic refresh - IS THIS POSSIBLE? 
 
 
 Any solution without using JavaScript?
 
 Regards,
  
  
 PQ
  
 This Guy Thinks He Knows Everything
 This Guy Thinks He Knows What He Is Doing
 
 -Original Message-
 From: Mark Galbreath [mailto:[EMAIL PROTECTED]] 
 Sent: January 30, 2003 9:37 AM
 To: 'Struts Users Mailing List'
 Subject: RE: Automatic refresh - IS THIS POSSIBLE? 
 
 Yes, it's possible.  I've done it with a processing... 
 animated progress
 bar (though for some reason it works better in Navigator than 
 IE).  You can
 see it after you enter your credit card information at
 http://shop.t-mobile.com.  :-)
 
 Mark
 
 PS.  I'll send you the code this weekend if you reply 
 privately with your
 credit card number and exp. date.
 
 -Original Message-
 From: Roger Fortier [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, January 30, 2003 9:21 AM
 
 Check out this article from JavaPro magazine. 
 
 Send Users a Browser Message
 
 http://www.javapro.com
 
 Click Archives, then select the January 2001 issue from the 
 archives.
 
 -Original Message-
 From: Sowbhagya Valli Suryadevara 
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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

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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Robert Taylor
Just a thought, but couldn't you start your process and place a token in the
session
indicating the process is active but not complete. Map a filter to /* and
have it
check to see if the token indicates the process is complete. If it is, then
the filter
would redirect the user to the Process Complete page/action. You could
even go as far as to
provide a link on each page for checking the status of the process. The link
would just
loop back to the existing page forcing the filter to check the process
status. The link
would only appear if the process token was in the session.

I haven't tried this, but it seems like it would work.

robert

 -Original Message-
 From: Quentin.Cope [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 30, 2003 9:39 AM
 To: Struts Users Mailing List
 Subject: RE: Automatic refresh - IS THIS POSSIBLE?


 Cool

 Much more complete answer than mine but still not a great idea,
 and has the same downsides as the meta tag stuff, unless I am
 missing the point. The processing servlet, the process that
 takes a long time, is only fired off once the user has downloaded
 the please wait page and executed the java script. Perhaps I am
 worrying over nothing but what would be real nice is to be able
 to fire off the long job first, then display the message, then
 somehow connect up to the long job. Perhaps you could do
 something with threads to fire off the long job. or maybe I
 am making this just a little too complex!

 Quentin

 -Original Message-
 From: Roger Fortier [mailto:[EMAIL PROTECTED]]
 Sent: 30 January 2003 14:21
 To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
 Subject: RE: Automatic refresh - IS THIS POSSIBLE?


 Check out this article from JavaPro magazine.

 Send Users a Browser Message

 http://www.javapro.com

 Click Archives, then select the January 2001 issue from the archives.




 -Original Message-
 From: Sowbhagya Valli Suryadevara
 [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 30, 2003 5:57 AM
 To: 'Struts Users Mailing List'
 Subject: Automatic refresh - IS THIS POSSIBLE?

 HI,

 We are using the struts  tiles  framework in our project. There is a
 particular request that consumes a lot of time (20 seconds). Instead of
 showing a blank page is it possible to show a Please Wait  message
 while
 the processing is happening in the background. Then when the processing
 is
 over the page should come up automatically.

 IS THIS POSSIBLE?

 Valli


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


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


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



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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Mark Galbreath
Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 


Any solution without using JavaScript?

Regards,
 
 
PQ
 
This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]] 
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine. 

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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




RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Andrew Hill
Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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




[OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Pani, Gourav
Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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

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




RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Hookom, Jacob John
I've done the please wait page for uploads before, I made a div layer that sat on top 
of the page when the submit button was hit.  The layer that poppped up had an option 
to cancel to prevent users from hanging on a bad request.
 
-Jacob

-Original Message- 
From: Pani, Gourav [mailto:[EMAIL PROTECTED]] 
Sent: Thu 1/30/2003 9:21 AM 
To: 'Struts Users Mailing List' 
Cc: 
Subject: [OT] RE: Automatic refresh - IS THIS POSSIBLE? 



Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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

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





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


RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Brian Lee
You should be able to do this without JavaScript if you use the meta 
refresh tag. Set the url to the page that takes a long time and the refresh 
to 0 (immidiately). Then in your jsp/servlet/whatever that takes a long 
time, do not put any ouput until the long process has completed.

IE/NS shouldn't move the user from the current page to the next until an 
output stream from the web server is sent.

something like this:
meta http-equiv=refresh 
content=0;url=http://whatever.com/myLongAction.do;

BAL

From: Hookom, Jacob John [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?
Date: Thu, 30 Jan 2003 09:28:03 -0600
I've done the please wait page for uploads before, I made a div layer that 
sat on top of the page when the submit button was hit.  The layer that 
poppped up had an option to cancel to prevent users from hanging on a bad 
request.

-Jacob

	-Original Message-
	From: Pani, Gourav [mailto:[EMAIL PROTECTED]]
	Sent: Thu 1/30/2003 9:21 AM
	To: 'Struts Users Mailing List'
	Cc:
	Subject: [OT] RE: Automatic refresh - IS THIS POSSIBLE?



	Flash can launch spacecrafts.  This is chicken feed.

	-Original Message-
	From: Andrew Hill [mailto:[EMAIL PROTECTED]]
	Sent: Thursday, January 30, 2003 10:22 AM
	To: Struts Users Mailing List
	Subject: RE: Automatic refresh - IS THIS POSSIBLE?


	Can Flash do it? ;-)

	-Original Message-
	From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
	Sent: Thursday, 30 January 2003 23:13
	To: 'Struts Users Mailing List'
	Subject: RE: Automatic refresh - IS THIS POSSIBLE?


	Not AFAIK.  Sorry.

	-Original Message-
	From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
	Sent: Thursday, January 30, 2003 9:56 AM
	To: [EMAIL PROTECTED]
	Subject: RE: Automatic refresh - IS THIS POSSIBLE?


	Any solution without using JavaScript?

	Regards,


	PQ

	This Guy Thinks He Knows Everything
	This Guy Thinks He Knows What He Is Doing

	-Original Message-
	From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
	Sent: January 30, 2003 9:37 AM
	To: 'Struts Users Mailing List'
	Subject: RE: Automatic refresh - IS THIS POSSIBLE?

	Yes, it's possible.  I've done it with a processing... animated progress
	bar (though for some reason it works better in Navigator than IE).  You 
can
	see it after you enter your credit card information at
	http://shop.t-mobile.com.  :-)

	Mark

	PS.  I'll send you the code this weekend if you reply privately with your
	credit card number and exp. date.

	-Original Message-
	From: Roger Fortier [mailto:[EMAIL PROTECTED]]
	Sent: Thursday, January 30, 2003 9:21 AM

	Check out this article from JavaPro magazine.

	Send Users a Browser Message

	http://www.javapro.com

	Click Archives, then select the January 2001 issue from the archives.

	-Original Message-
	From: Sowbhagya Valli Suryadevara 
[mailto:[EMAIL PROTECTED]]
	Sent: Thursday, January 30, 2003 5:57 AM

	We are using the struts  tiles  framework in our project. There is a
	particular request that consumes a lot of time (20 seconds). Instead of
	showing a blank page is it possible to show a Please Wait  message while
	the processing is happening in the background. Then when the processing is
	over the page should come up automatically.

	IS THIS POSSIBLE?



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



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


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

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




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


_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus


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



RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Michael C. Clark
Flash can (and probably had) launched the Space Shuttle, and would be
nice to use for exactly what you are trying to do.  If it is an
appropriate UI for you, it is quite good at processing requests
asynchronously using XML.

Just don't use cute animations, and you'll be fine.

 Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE? 
Date: Thu, 30 Jan 2003 10:21:13 -0500

Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated
progress
bar (though for some reason it works better in Navigator than IE). 
You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with
your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the
archives.

-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead
of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the
processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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




RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Hookom, Jacob John
How would you even go about attaching a listener to the load time?  That's something 
that of course, would need to be presented at the client side and somehow tied into 
the browser?
 
-Jacob

-Original Message- 
From: Michael C. Clark [mailto:[EMAIL PROTECTED]] 
Sent: Thu 1/30/2003 10:13 AM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE? 



Flash can (and probably had) launched the Space Shuttle, and would be
nice to use for exactly what you are trying to do.  If it is an
appropriate UI for you, it is quite good at processing requests
asynchronously using XML.

Just don't use cute animations, and you'll be fine.

 Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?
Date: Thu, 30 Jan 2003 10:21:13 -0500

Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated
progress
bar (though for some reason it works better in Navigator than IE).
You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with
your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the
archives.

-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead
of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the
processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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





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


RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Mark Galbreath
Not with Struts.  Aren't working a little late, Andrew?

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE? 


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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




Re: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Michael Lee Jr.
Flash? Why not just go to a jsp page that displays 'Please Wait' and it then
makes the request? This seems a lot easier and, more likely, in line with
your current app. Just make sure you forward the appropriate request data.
Michael Lee

- Original Message -
From: Hookom, Jacob John [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, January 30, 2003 11:19 AM
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?


How would you even go about attaching a listener to the load time?  That's
something that of course, would need to be presented at the client side and
somehow tied into the browser?

-Jacob

-Original Message-
From: Michael C. Clark [mailto:[EMAIL PROTECTED]]
Sent: Thu 1/30/2003 10:13 AM
To: [EMAIL PROTECTED]
Cc:
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?



Flash can (and probably had) launched the Space Shuttle, and would be
nice to use for exactly what you are trying to do.  If it is an
appropriate UI for you, it is quite good at processing requests
asynchronously using XML.

Just don't use cute animations, and you'll be fine.

 Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?
Date: Thu, 30 Jan 2003 10:21:13 -0500

Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated
progress
bar (though for some reason it works better in Navigator than IE).
You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with
your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the
archives.

-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead
of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the
processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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











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

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




RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Pani, Gourav
Perhaps you didn't get the joke Michael.  All OTs lead to Flash.

-Original Message-
From: Michael Lee Jr. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 11:38 AM
To: Struts Users Mailing List
Subject: Re: [OT] RE: Automatic refresh - IS THIS POSSIBLE?


Flash? Why not just go to a jsp page that displays 'Please Wait' and it then
makes the request? This seems a lot easier and, more likely, in line with
your current app. Just make sure you forward the appropriate request data.
Michael Lee

- Original Message -
From: Hookom, Jacob John [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, January 30, 2003 11:19 AM
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?


How would you even go about attaching a listener to the load time?  That's
something that of course, would need to be presented at the client side and
somehow tied into the browser?

-Jacob

-Original Message-
From: Michael C. Clark [mailto:[EMAIL PROTECTED]]
Sent: Thu 1/30/2003 10:13 AM
To: [EMAIL PROTECTED]
Cc:
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?



Flash can (and probably had) launched the Space Shuttle, and would be
nice to use for exactly what you are trying to do.  If it is an
appropriate UI for you, it is quite good at processing requests
asynchronously using XML.

Just don't use cute animations, and you'll be fine.

 Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?
Date: Thu, 30 Jan 2003 10:21:13 -0500

Flash can launch spacecrafts.  This is chicken feed.

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated
progress
bar (though for some reason it works better in Navigator than IE).
You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with
your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the
archives.

-Original Message-
From: Sowbhagya Valli Suryadevara
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead
of
showing a blank page is it possible to show a Please Wait  message
while
the processing is happening in the background. Then when the
processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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











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

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

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




[OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Andrew Hill
nO, im fyne thAnk you very mutch.
Aneyway, itz oNly 1 am. I kood keep going for ours.
Know sines of fateeg yet. 8~}

hey mark - kan yoo remembar wot it be wot kauzez theze NullPointerException
things?
I shood no this one, but mi memeree seemz a bit hazey rite now.

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 January 2003 00:40
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not with Struts.  Aren't working a little late, Andrew?

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:22 AM
To: Struts Users Mailing List
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Can Flash do it? ;-)

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 23:13
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Not AFAIK.  Sorry.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic refresh - IS THIS POSSIBLE?


Any solution without using JavaScript?

Regards,


PQ

This Guy Thinks He Knows Everything
This Guy Thinks He Knows What He Is Doing

-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Sent: January 30, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: Automatic refresh - IS THIS POSSIBLE?

Yes, it's possible.  I've done it with a processing... animated progress
bar (though for some reason it works better in Navigator than IE).  You can
see it after you enter your credit card information at
http://shop.t-mobile.com.  :-)

Mark

PS.  I'll send you the code this weekend if you reply privately with your
credit card number and exp. date.

-Original Message-
From: Roger Fortier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 9:21 AM

Check out this article from JavaPro magazine.

Send Users a Browser Message

http://www.javapro.com

Click Archives, then select the January 2001 issue from the archives.

-Original Message-
From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 5:57 AM

We are using the struts  tiles  framework in our project. There is a
particular request that consumes a lot of time (20 seconds). Instead of
showing a blank page is it possible to show a Please Wait  message while
the processing is happening in the background. Then when the processing is
over the page should come up automatically.

IS THIS POSSIBLE?



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



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


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



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


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