-
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
Benefits of Salesforce Implementation for Healthcare
Are you planning to implement Salesforce or still wondering if it will make sense to have expert Salesforce implementation services for healthcare? With an aim…
Salesforce Introduces New Lightning Web Components aka #LWC
If you are in the Salesforce ecosystem you would have probably heard about the new release of Lightning Web Components from Salesforce buzzing around the…
Dealing With The Dilemma: Which Sales Cloud Pricing Plan To Choose?
No matter how big or small a business is, Customer Relationship Management has become a necessity. Most of the organizations now acknowledge the significance of…
Popular Salesforce Videos
Introduction to Salesforce Aura Components Development
In this video, Salesforce Casts gives an introduction to Aura Components Development. If you have any doubts or concern do reach out to us in…
7 Lightning Flow Features in Salesforce Winter '20 Release
Lightning Flow Builder is an automation tool within salesforce.com CRM. It's declarative, clicks not code, a tool that can perform both fully automated and custom…