RE: self.close() exception

2002-03-28 Thread Dimitar Stavrakov
ch is in milliseconds by the way). Regards, Dimitar -Original Message- From: srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 5:31 PM To: Struts Users Mailing List Subject: RE: self.close() exception hello, thats not an error actually. You are submitting a for

RE: self.close() exception

2002-03-27 Thread srinivas
hello, thats not an error actually. You are submitting a form and closing the window. So the webserver couldn't complete ur request so the stack trace. regards, srinivas -Original Message- From: Bhaskar Gopalan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 11:15 PM To: Stru

Re: self.close() exception

2002-03-27 Thread Adam Grohs
Bhaskar, To the best of my knowledge, this approach outlined below has several minor flaws. First, it is not possible for the javascipt self.slose() method to throw a java exception; That exception is likely being thrown by your action class. Second, in order to acomplish the functionality t