-
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
Salesforce Chatter vs Slack - A Comparative Analysis
As part of its strategic acquisition policy, Salesforce surprised the world with the billion-dollar acquisition of Slack Technologies Inc. In the words of Marc Benioff,…
Salesforce for Agent Productivity: Boosting Sales in the Insurance Sector
The insurance sector is rapidly evolving due to changes in customer expectations and substantial technological advancements. Insurance agents have to face pressure to deliver faster,…
Learn All About Apex in Salesforce | The Developer Guide
What is Apex in Salesforce? Apex is a strongly typed, object-oriented programming language that allows developers to run flow and transaction control statements on Salesforce…
Popular Salesforce Videos
Transform the Consumer Experience & Take the Trail to Learn More | Salesforce
Watch this video to learn how uniting Commerce, Marketing and Service teams in Salesforce can help you deliver more connected consumer experiences. Then take the…
Salesforce Trailblazer Answers Leaders on YouTube
At Salesforce we’re using the power of our Trailblazer Community with Slack Connect to scale self-help content creation. Watch this short video to learn how…
Geocoding and Reverse Geocoding in Salesforce | Google Maps APIs
In this video, you will learn to use Geocoding and Reverse Geocoding service in your Salesforce Org. Geocoding is the process of taking input text,…