Re: Partial Loading of JSP Page

2002-01-11 Thread SUPRIYA MISRA
ot;<A HREF="http://URL_to_forward"">http://URL_to_forward"</A>;); Thanks guys !!! >From: Arron Bates <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]>

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 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, 1

Re: Partial Loading of JSP Page

2002-01-10 Thread Arron Bates
[EMAIL PROTECTED]> >Sent: Thursday, January 10, 2002 9:06 PM >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 &

Re: Partial Loading of JSP Page

2002-01-10 Thread Rakesh
bject: 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 p

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