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

Special Character Issue while accessing Rich Text Field in Visualforce
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?
Are you using apex:outputText in your VF page ?
If so, try setting the escape attribute to false. escape="false"
Regards,
Lakshmi.
Thanks for ur reply..
I am using <apex:inputTextarea value="{!card.Need__c}" />
You can see the complete list of attributes here -
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_inputTextarea.htm