Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
On Thu, Jul 17, 2008 at 7:58 PM, Jishnu Viswanath <[EMAIL PROTECTED]> wrote: > Hey in your case for the input field not null any such silly thing you > can actually write validation xml. > > That will actually take care of returning back to the page with input > error. Actually I can't. In my rea

RE: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Jishnu Viswanath
22(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Chase [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 6:01 AM To: Struts Users Mailing List Subject: Re: ExecAndWait (navigating back to the progress pa

Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
In my case it is a very long running action but even in the case of short running actions I would think users would want to be able to navigate away from the progress page and return. I thought maybe I just didn't know how to configure the actions correctly EDIT: So while writing the above rep

RE: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Karr, David
I'm guessing the operation you're waiting for can take quite a while to complete. Otherwise modifying the architecture of this probably wouldn't be worth it. You might consider the flow of the original action to simply report a simple "submitted and processing" result, and then implement an Ajax-