Try: String url = "oSomething.do?p1=BU&p2=" + java.net.URLEncoder.encode("BR&M) + "&p3=bu2"
Thanks, Yuanbo -----Original Message----- From: bojke [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:51 AM To: Struts Users Mailing List Subject: The request parameter value contains & Hi, I have the request parameter and that one has value par example BR&M. par example: doSomething.do?p1=BU&p2=BR&M&p3=bu2 I must use GET method for the as methodt. (I am launching the popup using window.open(url)). So, in the action, on the server side I am getting BR as the parameter value instead of BR&M. Does anybody has idea? Thanks in advance, Bojan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]