-
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
Debug and Deployment Tools in Salesforce
Development Tools In Salesforce 1. Developer Edition Environment You may start designing and testing your software-as-a-service application right now in this online environment. Designed for…
Navigating Salesforce Test Automation: A Comprehensive Guide for Engineers
Organizations increasingly rely on advanced tools to keep pace with frequent releases in the rapidly evolving software development world. This blog provides engineers, testers, product…
Popular Salesforce Videos
How to Get Jobs or Work Outside India? | Salesforce Developer vs Cloud Professional
In this Video Shrey covered answers to the three questions which are: 1. How do you find a job in Salesforce as a fresher or…
Common Salesforce Project Risks and How to Mitigate Them
Salesforce is easy to use, but don’t let its user-friendly interface fool you. Deploying Salesforce projects takes planning to be effective. Otherwise, you expose your…
How to Create a New User in Salesforce Marketing Cloud
Cameron Robert steps through how to Create a New User in Salesforce Marketing Cloud and then assigns them Roles and Associates them with Business Units. Key…