Hi,
I am trying to integrate JSF 2.0 with ckeditor 3.x.x (the latest version) but am not able to get the editor while rendering the page amd ot throws the below error:
"This page calls for XML namespace http://ckeditor.com declared with prefix ckeditor but no taglibrary exists for that namespace."
I gave the following as the namespace in jsf2.0 which is an xhtml but it isnt helping.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ckeditor="http://ckeditor.com" >
Can you please let me know how can we integrate JSF 2.0 with ckeditor ?
Thanks,
Ashok
Fri, 06/10/2011 - 00:01
#1
Re: Integrating ckeditor 3.x.x with JSF 2.0
I've got the same error...