<xf:textarea shows the value of $string when I submit and return $string from the controller:
<xf:textarearow name="string" label="Metin" autofocus="autofocus" value="{$string}" required="required" rows="10"/>
But <xf:editorrow shows nothing:
<xf:editorrow name="string" label="Metin"...