Re: [OT] Force URLEncoder to use %20 instead of + for spaces

2005-07-27 Thread Laurie Harper
months or less! http://newsletter.JAMMConsulting.com -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 9:38 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Force URLEncoder to use %20 instead of + for spaces Laurie: Did you try these two URLs I put in

RE: [OT] Force URLEncoder to use %20 instead of + for spaces

2005-07-27 Thread Neil Aggarwal
7% or more in 6 months or less! http://newsletter.JAMMConsulting.com > > > -Original Message- > > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper > > Sent: Tuesday, July 26, 2005 5:12 PM > > To: user@struts.apache.org > > Subject: Re: [OT] For

RE: [OT] Force URLEncoder to use %20 instead of + for spaces

2005-07-26 Thread Neil Aggarwal
Harper > Sent: Tuesday, July 26, 2005 5:12 PM > To: user@struts.apache.org > Subject: Re: [OT] Force URLEncoder to use %20 instead of + for spaces > > > Neil Aggarwal wrote: > > Hello: > > > > When I encode the name of an image file to place into a > URL, I

Re: [OT] Force URLEncoder to use %20 instead of + for spaces

2005-07-26 Thread Laurie Harper
Neil Aggarwal wrote: Hello: When I encode the name of an image file to place into a URL, I use this code: URLEncoder.encode(imageName,"UTF-8") This gives me image names with spaces replaced by + signs which IE does not like. If I change the spaces to %20, the URL works perfectly in IE. For