Hi,
I have a problem with jsf+ckeditor integration.
I have done these steps:
- Download standalone CKEditor and place it in a directory of your choice, like /ckeditor/.
- Download the ckeditor-java-core-3.x.jar library - add a dependency in pom.xml
My Jsf are mapped to .xhtml pages so the header looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
I tried to add this line xmlns:ck="http://ckeditor.com" but I get a message "CANNOT FIND FACELET TAGLIB"
Have anybody tip how can I solve this problem ?
thx
Matej
Fri, 05/13/2011 - 10:22
#1