Re: ClientAbortException

2006-10-10 Thread B . Sridhar
Sorry, for my unlcear question. Actually it was a part of my question which I posted earlier. I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is working fine for files of

Re: ClientAbortException..urgent

2006-10-10 Thread James Mitchell
That's not really specific to file size, or even Java in general. The root of this exception stems from the lifecycle of an http request. When a browser makes a request, the connection is maintained until the server completes the bytes it told the browser it was going to send. If you hit

Re: ClientAbortException

2006-10-09 Thread Mikolaj Rydzewski
B.Sridhar wrote: I am writing a struts appliction a to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Open and save are working fine, but while downloading a word doc or pdf, when the user clicks cancel, its

Re: ClientAbortException

2006-10-09 Thread B . Sridhar
HI, I tried with your suggestion, but of no use..kindly suggest me the solution On 10/9/06, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: B.Sridhar wrote: I am writing a struts appliction a to download a file that is on the server. When the user clicks the download button, its displaying the

RE: ClientAbortException

2006-10-09 Thread Dave Newton
: B.Sridhar [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 8:45 AM To: Struts Users Mailing List Subject: Re: ClientAbortException HI, I tried with your suggestion, but of no use..kindly suggest me the solution On 10/9/06, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: B.Sridhar

RE: ClientAbortException

2006-10-09 Thread Dave Newton
From: B.Sridhar [mailto:[EMAIL PROTECTED] How to catch ClientAbortException, when I am adding the following line it showing error. Its not identifying the org.apache.catalina, do I need to add any jar files to my path to identify this exception Please respond..