Re: Partial Loading of JSP Page

2002-01-11 Thread Hakan Forss
page or update the current page. Hope this helps. From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Partial Loading of JSP Page Date: Fri, 11 Jan 2002 16:27:39 +1100 The developers are currently

RE: Partial Loading of JSP Page

2002-01-11 Thread Jesse Alexander (KABS 11)
2002 09:52 To: [EMAIL PROTECTED] Subject: Re: Partial Loading of JSP Page Start building the top of page that would contain a progress message. Flush the output to the browser. After a task are completed write some javascript that updates the progress message in the output and flush again. Keep

Re: Partial Loading of JSP Page

2002-01-11 Thread SUPRIYA MISRA
location.replace(http://URL_to_forward;); /SCRIPT Thanks guys !!! From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Partial Loading of JSP Page Date: Fri, 11 Jan 2002 16:27:39 +1100 The developers are currently

Partial Loading of JSP Page

2002-01-10 Thread SUPRIYA MISRA
I am trying to work on a simple JSP page which does about 12 tasks and each task would take a minute at least. Is there a way to show the user the progress made--Like Task 1 completed,working on Task2 and so on. Or a display of percentage of work done (5% done and so on)so that user knows how

Re: Partial Loading of JSP Page

2002-01-10 Thread Rakesh
Try a flash plugin or an applet with a progress bar... :-) --Rakesh [EMAIL PROTECTED] --- - Original Message - From: SUPRIYA MISRA [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 9:06 PM Subject: Partial Loading of JSP

Re: Partial Loading of JSP Page

2002-01-10 Thread Arron Bates
Subject: Partial Loading of JSP Page I am trying to work on a simple JSP page which does about 12 tasks and each task would take a minute at least. Is there a way to show the user the progress made--Like Task 1 completed,working on Task2 and so on. Or a display of percentage of work done (5% done