peterjavaee / ck-jsf-editor

Automatically exported from code.google.com/p/ck-jsf-editor
GNU Lesser General Public License v3.0
0 stars 0 forks source link

it doesn't work. #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just output a textarea
2. does it work with the url like "http://localhost:8084:/test"?
3. does it support jsf 2.1.4 and could work with jstl 1.1?

What is the expected output? What do you see instead?

<?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"><head>
        <title>Facelet Title</title><script type="text/javascript"> var CKEDITOR_BASEPATH="http://localhost:8084/test"; </script><script type="text/javascript" src="/test/faces/javax.faces.resource/editor.js?ln=com/google/code/ckJsfEditor"></script><script type="text/javascript" src="/test/faces/javax.faces.resource/ckeditor_source.js?ln=com/google/code/ckJsfEditor/ckeditor-3.6.2"></script></head><body>
<form id="j_idt9" name="j_idt9" method="post" action="/test/faces/index.xhtml" 
enctype="application/x-www-form-urlencoded">
<input type="hidden" name="j_idt9" value="j_idt9" />
<textarea id="j_idt9:j_idt10" name="j_idt9:j_idt10"></textarea><script 
type="text/javascript">var widget_j_idt9_j_idt10 = new 
CKEditor('j_idt9:j_idt10');
editor.getCommand('save').disable();
</script><input type="hidden" name="javax.faces.ViewState" 
id="javax.faces.ViewState" value="-4390901678731172301:7664361239526014204" 
autocomplete="off" />
</form></body>
</html>

What version of the product are you using? On what operating system?
test with netbeans 7.01 and tomcat 7.1.4 on windows 2008 r2 x64 with jdk 1.6.29.

Please provide any additional information below.

Original issue reported on code.google.com by luo.dolp...@gmail.com on 30 Nov 2011 at 2:15

GoogleCodeExporter commented 8 years ago
the source file very simple. juse include lib, developed with netbeans 7.01

Original comment by luo.dolp...@gmail.com on 30 Nov 2011 at 2:18

Attachments:

GoogleCodeExporter commented 8 years ago
ck-jsf-editor-0.9.4 needs <url-pattern>*.jsf</url-pattern> in web.xml 
(servlet-mapping)

Original comment by claas.ru...@googlemail.com on 8 Feb 2012 at 10:21

GoogleCodeExporter commented 8 years ago
thank you. your work is very good.

Original comment by luo.dolp...@gmail.com on 8 Feb 2012 at 11:27

GoogleCodeExporter commented 8 years ago
could you help to integrate elfinder and elrte with jsf.  thank you.

There is a few online filemanager out there, but the two most popular,
CKfinder and MCFilemanager are not free. I've found a new candidate a few
month ago, called elFinder <http://elfinder.org/>. elFinder is an open
source, free, JQuery based solution with a nice, OSX Finder inspired user
interface. The only shortcoming of elFinder is the lack of proper
documentation, this is more true at the 2.0 beta version.

Original comment by luo.dolp...@gmail.com on 9 Feb 2012 at 2:33