I create a url string which i use as src to an IFrame. This url points to a Tapestry service. I have been having problems with the parameters being encoded incorrectly intermittently.
Ampersands end up getting encoded like this: http://mysite.com?service=MyService&acco untID=1603272555&eventID=1780& Can i prevent tapestry from encoding the params in a link?