我正在尝试将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”处找不到资源名称“默认”。
而不是(在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>
那可能正在发生?谢谢。
答案 0 :(得分:0)