Re: Inline downloading of file with Struts 1.2

2009-11-10 Thread Daniele Development-ML
nks, Dan On Tue, Nov 3, 2009 at 2:25 PM, Mike Baranski < list-subscripti...@secmgmt.com> wrote: > > > >-Original Message- > >From: Daniele Development-ML [mailto:daniele@googlemail.com] > >Sent: Tuesday, November 03, 2009 8:58 AM > >To: Struts U

RE: Inline downloading of file with Struts 1.2

2009-11-03 Thread Mike Baranski
>-Original Message- >From: Daniele Development-ML [mailto:daniele@googlemail.com] >Sent: Tuesday, November 03, 2009 8:58 AM >To: Struts Users Mailing List >Subject: Re: Inline downloading of file with Struts 1.2 > >Hello, > >I was wondering if any of the

Re: Inline downloading of file with Struts 1.2

2009-11-03 Thread Daniele Development-ML
Hello, I was wondering if any of the more experience people have suggestion about this issue. The problem is that Firefox 3.5 - differently from Firefox 2 - does not process automatically XUL files zipped in jar files, if the jar file is requested to be downloaded as attachment rather than inline

Inline downloading of file with Struts 1.2

2009-10-30 Thread Daniele Development-ML
Hello, I'm coding a Struts 1.2 action to download file available on the server. I need to send back the file as inline so that the browser will process it within the same window. the relevant code is : response.setContentType("application/java-archive"); response.setHeader("Content-disposition",