Hi, > > Is it possible to disable this behaviour somehow ? > > Depends how you're using the URL. Are you sure you even *want* to > disable the behaviour? Encoding ampersands is generally the right thing > to do. >
Well, yeah, I do want to disable it. Basically, I need to generate the fully qualified (hostname, port, context, action) URL of the current page (with different parameters), so that I can encode it (using URLEncoder), append it to http://maps.google.com/q={myUrl} The problem is that URLEncoder WILL encoder & correctly, so I don't want struts to process it before I do. So, is it possible to disable this & encoding ? Thanks, Sami Dalouche --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]