function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bozotheclownbozotheclown 

Sandbox Problem w/Winter '12 - single quote being changed to double quote upon saving

Has anyone else seen a similar problem as the below?

 

A few days ago I created a VF page that included the below code.

 

<apex:commandLink action="{!Save}" value="Save" rendered="{!xxx.Status__c='A'}" rerender="MyList">
  <apex:param name="TheId" value="{!xxx.id}" assignTo="{!TheId}"/>
</apex:commandLink>

 

The above worked fine. 

 

Tonight, I resaved the page and realized that the text rendered="{!xxx.Status__c='A'}" gets changed to rendered="{!xxx.Status__c="A"}"  - specifically, the single quote around the A is changed to a double quote.  This causes an error that prevents the page from being displayed.

 

I repeated the above several times and each time the single quote was changed to the double quote.

 

I am going to file a ticket on this with support - but wondered if anyone was seeing odd behavior such as this?

skhanskhan

I wasn't able to reproduce it with a page with version 22 and apage with version 23. Have you filed a case with detailed steps?