添加Primefaces Extensions CKEditor时出错

时间:2018-07-30 11:00:44

标签: jsf primefaces ckeditor primefaces-extensions

我正在尝试将CKEditor(Primefaces扩展名)合并到我的项目中,以替换p:editor。问题在于,加载页面时,浏览器控制台中显示以下错误:

错误:[CKEDITOR.resourceManager.load]在“ {http://localhost:8080/proyecto/javax.faces.resource/ckeditor/styles.js.2.xhtml?ln=primefaces-extensions&v=6.2&v=6.2”处找不到资源名称“默认”。

应为: http://localhost:8080/proyecto/javax.faces.resource/ckeditor/styles.js.xhtml?ln=primefaces-extensions&v=6.2&v=6.2

而不是(在styles.js之后添加0.2): http://localhost:8080/proyecto/javax.faces.resource/ckeditor/styles.js.2.xhtml?ln=primefaces-extensions&v=6.2&v=6.2

<pe:ckEditor id="editText" widgetVar="editText" value="#{accomunicaciones.correoSeleccionado.cuerpo}">  
    <p:ajax event="save" update="growl"/>  
</pe:ckEditor>  

那可能正在发生?谢谢。

1 个答案:

答案 0 :(得分:0)

这是一个错误,因此已报告给PFE GitHub page

该链接中有一个修补的6.2.7.jar,可以解决此问题。

此问题在PFE 6.2.8+中已修复。感谢您的举报!