-
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 Apex Test Class Best Practices
If you’re planning to get a job as a Salesforce Developer one day, these testing principles are an absolute must learn! To get the minimum…
Create Record Types Unit | Salesforce Developer Guide
Simply put, Salesforce record types allow you to recommend alternative business procedures, choice list values, and page layouts to different users. By supplying distinct checklist…
The Role of Salesforce Partners in Accelerating Agentic AI Adoption
Agentic AI continues to revolutionize enterprise operations faster than ever. The Salesforce platform plays a vital role in helping businesses direct this technological evolution. However,…
Popular Salesforce Videos
Salesforce Platform Quick Tip: How to Access Popular Items in a Single Click
Want to get to the things you use most with fewer clicks? Trailblazer and Senior Salesforce Developer, Ellie Matthewman shows us how to use favourites…
A Must-Have for Admins: Salesforce Profiles, Permission Sets, and Roles Explained
Keeping your data safe and organized is a must-have. Luckily, Salesforce provides all the tools to help administrators control who can see and do what.…
How Cyntexa Helped An Educational Firm | Salesforce Training
Here is a testimony of how Cyntexa helped an educational firm build a single place to keep all data. Swipe to know what the challenges…