I am trying to include the <rich:editor>
in my jsf page. I am getting the below error and jsf page output rendered empty space in place of <rich:editor>
tag. Searched in web to find the root cause but not able to find what is missing that causing the rich editor rendering issue.
uncaught exception: [CKEDITOR.resourceManager.load] Resource name "default" was not found at "https://localhost:8443/icms/org.richfaces.resources/javax.faces.resource/org.richfaces.ckeditor/plugins/styles/styles/default.js?t=D03G5XL".
I appreciate any help in advance.
Seeing the code would help, are you trying to use a plugin? As far as I can see there is no "styles" plugin in the RichFaces distribution.