RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Michael -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Montag, 11. November 2002 20:03 To: Struts Users Mailing List Subject: Re: Mozilla asking to save *.do ?! :-) Well I must admit I'm somewhat curious to know what content-type you actually set to cause

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
:-) Well I must admit I'm somewhat curious to know what content-type you actually set to cause it! I can't imagine why you would be overriding processContent (that's where this is done, right?) for anything - but recall that you can invoke the super-class method by calling super(...) inside of

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
! Regards, Michael -Original Message- From: Daniel Jaffa [mailto:jaffad@;courtinnovation.org] Sent: Montag, 11. November 2002 18:41 To: Struts Users Mailing List Subject: Re: Mozilla asking to save *.do ?! Is this a mime type problem, check the registry hkey_classes_root. I had this p

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Daniel Jaffa
; Sent: Monday, November 11, 2002 12:27 PM Subject: RE: Mozilla asking to save *.do ?! Simon, 1. I also think Mozilla is great 2. Are you trying to insult me or my intelligence? ;-) Regards, Michael -Original Message- From: Chappell, Simon P [mailto:Simon.Chappell@;landsend.com

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
: Struts Users Mailing List Subject: RE: Mozilla asking to save *.do ?! 1. Agreed. 2. No, I'd only do that on Fridays. ;-) I'm just trying to cover all the bases. Hands up anyone who's never forgotten to plug something in and wondered why it wasn't working! We are none of us per

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
Yes, that very well could be it. Heh - sorry, I should have thought about that. Michael Delamere wrote: Ok, I think it might have something to do with our own implementation of the RequestProcessor then... I´ll have to look into that - I think I set some headers there... Thanks, Michael -

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Chappell, Simon P
ay, November 11, 2002 11:28 AM >To: 'Struts Users Mailing List' >Subject: RE: Mozilla asking to save *.do ?! > > >Simon, > >1. I also think Mozilla is great >2. Are you trying to insult me or my intelligence? ;-) > >Regards, > >Michael > > >

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
2002 18:26 To: Struts Users Mailing List Subject: RE: Mozilla asking to save *.do ?! > When calling a *.do URL in Mozilla, I am asked whether I want to save > the file or open it using an application! I also use Mozilla as my primary browser and have never encountered this. Make sure you'

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
ll.net] >Sent: Monday, November 11, 2002 12:21 PM >To: Struts Users Mailing List >Subject: Re: Mozilla asking to save *.do ?! > > >I can't imagine it. Mozilla is my primary browser - never had >an issue >with it. > >Michael Delamere wrote: > >>Hi, >>

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
, 11. November 2002 19:21 To: Struts Users Mailing List Subject: Re: Mozilla asking to save *.do ?! I can't imagine it. Mozilla is my primary browser - never had an issue with it. Michael Delamere wrote: >Hi, > >When calling a *.do URL in Mozilla, I am asked whether I want to sav

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread James Childers
> When calling a *.do URL in Mozilla, I am asked whether I want to save > the file or open it using an application! I also use Mozilla as my primary browser and have never encountered this. Make sure you're viewing the .do through http://, not file://. If that doesn't work, make sure that you ha

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Chappell, Simon P
vember 11, 2002 12:21 PM >To: Struts Users Mailing List >Subject: Re: Mozilla asking to save *.do ?! > > >I can't imagine it. Mozilla is my primary browser - never had >an issue >with it. > >Michael Delamere wrote: > >>Hi, >> >>When calling a

Re: Mozilla asking to save *.do ?!

2002-11-11 Thread Eddie Bush
I can't imagine it. Mozilla is my primary browser - never had an issue with it. Michael Delamere wrote: Hi, When calling a *.do URL in Mozilla, I am asked whether I want to save the file or open it using an application! I´m sure that this cannot be the kind of behaviour that one is looking fo