RE: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Karr, David
-based timeout to quickly check the status of the long-running process. -Original Message- From: Chase [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 4:23 PM To: user@struts.apache.org Subject: ExecAndWait (navigating back to the progress page) I want my users to be able

Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
@struts.apache.org Subject: ExecAndWait (navigating back to the progress page) I want my users to be able to leave the wait page and return. Can this be done, what is the best way? I've got two actions. ActionA displays a form and the form submits to ActionB. ActionB is using the ExecAndWait

RE: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Jishnu Viswanath
* ( + 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 page) In my

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 real code

ExecAndWait (navigating back to the progress page)

2008-07-16 Thread Chase
I want my users to be able to leave the wait page and return. Can this be done, what is the best way? I've got two actions. ActionA displays a form and the form submits to ActionB. ActionB is using the ExecAndWait interceptor. Right now users have to resubmit the form to get back to their status