Re: [s2] s:url escaping '&' between params

2007-04-12 Thread Leon Rosenberg
I'm not sure that I understand you correctly, but & has to be encoded to & in html. A html link http://bla?a=b&c=d is invalid, the proper link would be http://bla?a=b&c=d regards Leon On 4/12/07, Manu Mahajan <[EMAIL PROTECTED]> wrote: Hi I'm facing a very annoying problem with s:url. For some

Re: [s2] s:url escaping '&' between params

2007-04-12 Thread joey
I tried your code,but it worked fine! On 4/12/07, Manu Mahajan <[EMAIL PROTECTED]> wrote: Hi I'm facing a very annoying problem with s:url. For some reason it is encoding the '&' between the params to & Here's my code The above code outputs the url with parameters and '&' enco

[s2] s:url escaping '&' between params

2007-04-11 Thread Manu Mahajan
Hi I'm facing a very annoying problem with s:url. For some reason it is encoding the '&' between the params to & Here's my code The above code outputs the url with parameters and '&' encoded What could be the reason?