I have implemented CKEditor via an EditorTemplate called wysiwyg.ascx
Everything loads fine in edit view, when I attempt to save the model back to the database via POST Edit ActionResult in the controller. the property that uses the wysiwyg comes back null. I am not sure how to solve this.