-
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 Freeze and Deactivate the User Account | Salesforce Developer Guide
Introduction Hello all, here we are going to learn about freezing the users accounts and deactivating the user account. Sometimes we need to delete some…
The Simple Formula for Success in Improving Your Business With Marketing Automation | Salesforce
In today's day and age, every business requires a very strong marketing system. Marketing automation is a technology that helps marketers to run their marketing…
How To Create a Custom Salesforce Communities Login and Landing Page (Spring 2017)
1.) First go to Customize -> Communities -> Settings and create a domain for your community. I am using ‘SINGH2050’. 2.) Once the Domain Name…
Popular Salesforce Videos
Flow to Redirect User to Newly Created Record - Salesforce Flow
Scenario: Shubham is looking for functionality in Salesforce Flow Where after creating a record it redirects to that particular record detail page. Solution A: Create…
Salesforce Account-Based Marketing Demo
Salesforce Account-Based Marketing is a partnership aligning Marketing, Sales, and Service around a single view of your top accounts. A partnership which reesults in long…
Salesforce - Outlook Integration
In this video, Salesforce Atlas explains how to increase your productivity by automatically synchronizing your data between the two systems, creating tasks, associating emails from…