Re: Detection of process complete

2006-07-12 Thread Paul McMahon
uot; > Else > document.location = "myerrorAction" > > -Adam > > -Original Message- > From: Paul McMahon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 10:14 AM > To: Struts Users Mailing List > Subject: Detection of process complete &

Re: Detection of process complete

2006-07-12 Thread Martin Gainty
al Message - From: "Paul McMahon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, July 12, 2006 10:13 AM Subject: Detection of process complete >I am having problems getting an action to detect when an external process is > complete. > > I

RE: Detection of process complete

2006-07-12 Thread Samere, Adam J
success document.location = "mysuccessAction" Else document.location = "myerrorAction" -Adam -Original Message- From: Paul McMahon [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 10:14 AM To: Struts Users Mailing List Subject: Detection of process c

Detection of process complete

2006-07-12 Thread Paul McMahon
I am having problems getting an action to detect when an external process is complete. I have a "navigation" action class that kicks off the process and then directs browser to a progress .jsp page. redirect="false" so control stays with the navigation class. The progress .jsp page uses AJAX