I am trying to incorporate CKEditor (Primefaces Extensions) to my project to replace p:editor. The problem is that when loading the page shows the following error in the browser console:
Error: [CKEDITOR.resourceManager.load] Resource name "default" was not found at "http://localhost:8080/proyecto/javax.faces.resource/ckeditor/styles.js.2.xhtml?ln=primefaces-extensions&v=6.2&v=6.2".
Instead of (add .2 after styles.js): 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>
That could be happening? Thank you.
This is a bug so it has been reported to the PFE GitHub page.
There is a patched 6.2.7.jar in that link that fixes the problem.
This is fixed in PFE 6.2.8+. Thanks for reporting!