I've created a Page Layout in a publishing site that has a bunch of ascx
controls in it, where we're writing most of our code.
If I put all of my RichHtmlField controls ABOVE my first ascx file, the value
will save and display in the FieldValue control below.
If I put the same RichHtmlField control BELOW any ascx file, the value will not
save and the control doesn't work.
Does anybody have any idea as to what would cause this behavior?