i am using site content type RichHtmlField as Full HTML type with value = hello
PublishingWebControls:RichHtmlField tag in layoutpage does not render it.
Instead of displaying hello. it is displaying html tags.
Any help wold b appreciated.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I came across this post while looking for a solution the exact same problem, and I think I found an answer.
In my scenario, I had multiple RichHtmlFields on my page, and one was displaying correctly while another was not. When I viewed the fields via the powershell, I noticed a difference in the SchemaXML, the WORKING field had the following additional properties:
I wrote a quick powershell script to update the problem field, and the problem went away for me (look below for script). The change has to be made at the list level for it to take affect on existing pages/lists, but I believe making the modification to the column at the root web (or correct subweb) would work as well.