RE: file download problem in application server

2009-03-27 Thread Shannon, Andrew
9 10:38 AM To: Struts Users Mailing List Subject: RE: file download problem in application server I assume your blob Class is Serializable? http://www.hibernate.org/hib_docs/v3/reference/en/html_single/ ? Martin __ Disclaimer and confidentiality note

RE: file download problem in application server

2009-03-26 Thread Martin Gainty
for the content provided. > Subject: RE: file download problem in application server > Date: Thu, 26 Mar 2009 08:20:19 -0400 > From: andrewshan...@pqa.com > To: user@struts.apache.org > > I was half wrong. It was a quirk for runnnig in OC4J but the Blob was > being mang

RE: file download problem in application server

2009-03-26 Thread Shannon, Andrew
in struts 2 is a snap. So thanks for that. -Original Message- Sent: Wednesday, March 25, 2009 9:26 AM To: user@struts.apache.org Subject: file download problem in application server I posted this question on the OTN - OC4J list a second ago, but am hoping someone here might have some

file download problem in application server

2009-03-25 Thread Shannon, Andrew
I posted this question on the OTN - OC4J list a second ago, but am hoping someone here might have some insight. "I have a web app running in an OC4J stand alone 10.1.3.3 and am having a problem with downloading files over http. Its a struts2 app whose file downloading impl is easy to use and st

Re: File download problem in IE7 (struts 2) [SOLVED]

2008-06-05 Thread Gustavo Felisberto
In the documentation[1] for the Stream result type we have a: filename="contacts.xls" This was causing the problem. A simple change to: attachment;filename="contacts.xls" solved the issue. Hope this may help someone out there Gustavo [1] http://struts.apache.org/2.0.11.1/docs/stream-result.h

Re: File download problem

2007-08-28 Thread Dale Newfield
[EMAIL PROTECTED] wrote: I get the following error, when I try downloading files through the File download Struts2 application. I have given the Configuration detail and the Action class. Could someone take a look and let me know where this breaks? public InputStream getInputStream() throws E

File download problem

2007-08-28 Thread Senthil_Kumar . Thangarathinam
Hello All, I get the following error, when I try downloading files through the File download Struts2 application. I have given the Configuration detail and the Action class. Could someone take a look and let me know where this breaks? Thank you, Senthil javax.servlet.ServletException: java

File download problem

2007-08-28 Thread Senthil_Kumar . Thangarathinam
Hello All, I get the following error, when I try downloading files through the File download Struts2 application. I have given the Configuration detail and the Action class. Could someone take a look and let me know where this breaks? Thank you, Senthil javax.servlet.ServletException: java

Re: Re: file download problem

2006-01-19 Thread Dakota Jack
pg.photos.yahoo.com/ph//print_splash>to > get quality prints in your hands ASAP. > > > > -- Forwarded message -- > From: Dakota Jack <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Date: Wed, 18 Jan 2006 07:35:39 -0800 > Subject: Re: file do

Fwd: Re: file download problem

2006-01-18 Thread temp temp
I tried   content type as application/msword   but it did not help .Any other  ways to solve this problem? thanks & regards Note: forwarded message attached. Yahoo! Photos Got holiday prints? See all the ways to get quality prints in your hands ASAP.--- Begin Message --- Just a thought. I

Re: file download problem

2006-01-18 Thread Dakota Jack
Just a thought. Isn't there a specific content type for .doc documents? That might solve your problem.I looked it up. .doc documents are "application/msword". Try that and see what happens. I am actually building a list of all the extensions and their content types. Hope this helps. On 1/18/

file download problem

2006-01-18 Thread temp temp
I am using struts action class to download a file . Here is the action class public ActionForward execute(ActionMapping aActionMapping, ActionForm aActionForm, HttpServletRequest aHttpServletRequest, HttpServletResponse aHttpServletResponse) throws