Hi,
RenderTextareaField accepts a value setting, however it passes it as a textarea tag attribute, which does not exist. Unlike input tag, textarea tag doesn't have a value attribute, to output the value inside the textarea field, the value string should be passed in between the textarea tags rather than as an attribute of the tag..