You need to sign in to do that
Don't have an account?

Issue in Rich Text Field
Hi,
i am having rich text field in my visualforce page where i am entering the string like this:
The Value "Numaber" & 'Text'
After saving the record the value in rich text field becomes like this:
The Value "Numaber" & 'Text'
How to avoid this?
i am having rich text field in my visualforce page where i am entering the string like this:
The Value "Numaber" & 'Text'
After saving the record the value in rich text field becomes like this:
The Value "Numaber" & 'Text'
How to avoid this?
If you using an outputText field, You'll need to set 'escape=false'
https://developer.salesforce.com/forums?id=906F000000096CeIAI
https://dfc-org-staging.force.com/forums/ForumsMain?id=906F0000000PtfAIAS
Thanks,
Pratik
P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.