TBMH
Posts: 40
|
| Posted: 08/10/2007, 9:54 AM |
|
I have a page called test.ccp. This page has a hyperlink whose href source is test.ccp. It posts back to itself and passes a variable in the URL and refreshes the data on the screen. Pretty straightforward stuff.
What is odd though, is that a string of 'amp;' gets inserted into the query string as well right before other querystring params effectively rendering them useless. So, my query string looks like this BEFORE I click on my hyperlink
test.aspx?PARAM1=FOO
After I click the hyperlink and the page is refreshed, the querystring looks like this:
test.aspx?PARAM2=BAR&'amp;'PARAM1=FOO. (I had to put the amp; in quotes to show up in this post)
Now, PARAM1 is not valid because of the amp; stuff.
Any ideas how to fix this? This is in CCS 3.2 I did not have this problem in 3.1
Thanks,
Scott
|
 |
 |
TBMH
Posts: 40
|
| Posted: 08/10/2007, 10:01 AM |
|
I left out an important piece of imformation that seems to make a big difference. My hyperlink is actually an imagelink. When I use a standard hyperlink it works as expected and does not insert the extra amp; chars.
Go figure. Any help is appreciated.
Thanks,
Scott
|
 |
 |
TBMH
Posts: 40
|
| Posted: 08/10/2007, 12:26 PM |
|
Talk about timing. No sooner than 2 hours after I posted this the latest patch was released which fixed it. Sweeet!
EDIT: I SPOKE TOO SOON! The Bug is still there in the latest release. 
|
 |
 |
peterr
Posts: 5971
|
| Posted: 08/10/2007, 1:15 PM |
|
Hi,
Could you please contact our support and later attach that non-working page.
Thanks
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|