Hi OTN.
I'm trying to use ADF RichTextEditor component to edit a Clob value.
I've defined a ClobConverter like described here:
3256369 . View "Updatable" attribute of ClobDomain field is set to "Always".
Editor works fine with varchar (String) values, but not for Clob.
When I define Clob field as "Value" of RichTextEditor and start application there are no panels and no buttons on the editor. A text is rendered but not editable.
What did I miss?
Thanks.