Re: Detection of process complete

2006-07-12 Thread Paul McMahon
Thanks, that's simple and works. I seemed to have jumped in the deep end with all this stuff and I'm on a steep learning curve... On Wednesday 12 July 2006 15:20, Samere, Adam J wrote: > Since you are using Ajax, the returned value is not going to cause the > browser to navigate to a new page. Y

Re: Detection of process complete

2006-07-12 Thread Martin Gainty
Good Morning Mr McMahon is your execute method of RecoveryProgressAction class returning- return mapping.findForward("success"); Anyone else? M- * This email message and any files transmitted with it contain confidential

RE: Detection of process complete

2006-07-12 Thread Samere, Adam J
Since you are using Ajax, the returned value is not going to cause the browser to navigate to a new page. You can parse the returned value and manually direct the browser to a new page by setting the document location. // check status of ajax request, parse data If not done ... Do nothing If suc