An Idea of the cause or an idea of a workaround ? As of the cause, i wish you know it.
As of a solution, here is from another list : Any value that is passed that is not A-Za-z0-9_- should to be url encoded. That is all spaces are turned into + signs and other characters are changed into this format %XX. Where XX is the hexidecimal value of the character so since the hex value for & is 26 you should replace & with %26 to make a long story short. --- bojke <[EMAIL PROTECTED]> a écrit : > 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. ===== Olivier Citeau Paris, France Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]