primefaces リッチテキスト エディターのインライン表示の不具合:
commandButton "Open/Clear" (Bean 内のエディター値をクリアするためだけのもの) をクリックすると、エディターが再び表示されます。
<div id="multilanguage-descriptions">
<p:inplace styleClass="ui-multilanguage-description"
id="ajaxInplace" widgetVar="inplaceeditorWidget" editor="true"
toggleable="true" label="Edit" effect="slide" effectSpeed="fast">
<p:editor widgetVar="editorWidget" rendered="true"
id="editor" value="#{editorBean.value}" width="600"/>
<p:commandButton process="@this"
ajax="true" value="Open/Clear" update="editor"
id="clearButton" action="#{editorBean.clearValue()}"/>
</p:inplace>
</div>