标签: jsf primefaces rich-text-editor mojarra
我在数据表中创建commandLink列,以打开与<p:editor>嵌套在内的对话。
commandLink
<p:editor>
我已准备好对话框,点击后会显示数据库中的文字。
<p:editor id="editoreo" value="#{tableBean.editortext}" width="1100" height="700" />
当我调用一个actionListener时,我没有得到修改后的文本,我得到了相同的文本。
如何获取修改后的文字?