-
Why text in apex:page BlockSection is changed when it is reloaded by ajax in Salesforce visualforce?
I have code following. When I click on "Click" button, text "????" in apex:pageBlockSection is changed into "ஷ". Why the text changed? Thanks all !
<apex:page>
<apex:pageBlock id="san7">
<apex:pageBlockSection>
????
</apex:pageBlockSection>
</apex:pageBlock>
<apex:pageBlock>
<apex:outputPanel layout="block">
<apex:form>
<apex:commandButton value="Click" reRender="san7"/>
</apex:form>
</apex:outputPanel>
</apex:pageBlock>
</apex:page>
Log In to reply.
Popular Salesforce Blogs
Which Steps To Follow to Level up your Salesforce DevOps Maturity?
It is high-time that tech companies transform themselves digitally. This can be done only when companies adopt leading cloud platforms that are present in the…
Top Salesforce Spring '23 Sales Cloud Features
As you might have already read, we went through the top 10 Salesforce Spring '23 release features in our previous blog. Now, it is time…
Salesforce Marketing Cloud on Core for Nonprofits
Salesforce Marketing Cloud Growth and Advanced Editions are powerful tools that help you and your nonprofit manage your campaigns, analyze your results, and connect with…
Popular Salesforce Videos
Salesforce Live Executive Experience: UK and Ireland 2021
At Salesforce Live Executive Experience we welcomed guests in-person and virtually to enjoy enlightening content, much missed networking and a performance from Jools Holland. The…
Salesforce for Marketing
Learn how to bring marketing and engagement together. Salesforce Marketing Cloud helps you connect marketing, sales, service, and more on a single platform. Marketers get…
Developer Preview Live - Release Readiness Live, Winter '22 | Salesforce
The Winter ’22 release is packed full of features to help developers solve key business problems fast. Join us to learn from Product Managers and…