-
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
How to Call Server-Side Apex Controller Action from Client-Side Controller in Lightning Component?
Server-Side Controller method can be invoked by the client-side controller by using the value provider of c. Client-side action can also be invoked by using…
Salesforce Commerce Cloud To Join Hands With Facebook Dynamic Ads
This season makes it possible for brands to leverage Salesforce Commerce Cloud and Facebook in fresh ways to deliver product information and drive conversion on…
Salesforce Gamification – Read this before you implement it!
Salesforce Gamification – If you are reading this blog, it’s most likely that you’ve heard about gamification and how it spreads like a wildfire among…
Popular Salesforce Videos
COVID 19 Tracker in Salesforce Lightning Aura Component
In this video, we are developing a lightning Component to track the current pandemic COVID19 Stats Tracker which shows the current situation of all countries…
APIs and Integration for the Salesforce Platform
Watch this session to learn how you can integrate with the Salesforce Platform. We'll demonstrate features, APIs, and techniques for integrating with Salesforce Core, Heroku,…
Why Salesforce is a Good Entrepreneurial Opportunity for Veterans
Are you a military veteran or military spouse? Have you dreamed of having your own business? This video is for you! This video covers an…