You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by Bob Schellink <sa...@gmail.com> on 2009/01/19 21:08:55 UTC

Links should encode url param separator

Hi all,

While updating the Click-Cayenne example I've noticed that the Ajax 
request to view a customer doesn't work. The browser moans about 
invalid xml.

Turns out the problem is with ActionLink which renders the URL as:

   mypage.htm?param1&value1

'&' is invalid xml. Simple solution is to encode it as '&amp;'.

I'll fix this for the next release.

regards

bob