Activity Forums Salesforce® Discussions Why text in apex:page BlockSection is changed when it is reloaded by ajax in Salesforce visualforce?

  • Why text in apex:page BlockSection is changed when it is reloaded by ajax in Salesforce visualforce?

    Posted by Nguyen on May 21, 2019 at 9:14 am

    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>

    lavish replied 4 years, 10 months ago 2 Members · 1 Reply
  • 1 Reply
  • lavish

    Member
    June 14, 2019 at 7:27 am

    Hi

    I have also seen symbols like these, but I never understood the meaning of these symbols and what is their use it would be really helpful if someone can guide me regarding it.

    Thankyou 🙂

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos