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

Integration of ck-jsf-editor as per the QuickStart Guide doesn't display any thing #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow the steps of QuickStart Guide to integrate ck-jsf-editor into an 
already running JSF project.
2. deploy the application on tomcat server.
3. Access the page in which we have used the ckeditor tag, It doesn't 
render/display any thing rather than a blank HTML page.

It should display the ckeditor with the toolbar. 

Using ck-ksf-editor-0.9.4.jar on windows xp machine.

 and the generated HTML page contains the following code.

<html xmlns:ck="http://code.google.com/ck-jsf-editor" 
xmlns="http://www.w3.org/1999/xhtml"><head>
                        <title>Add/Edit Project</title>
                </head>
                <body>
<form enctype="application/x-www-form-urlencoded" 
action="/ascendae/addEditProject.xhtml" method="post" name="j_id3" id="j_id3">
<input type="hidden" value="j_id3" name="j_id3">

                            <ck:editor uicolor="aed0ea"></ck:editor><input type="hidden" value="j_id5" id="javax.faces.ViewState" name="javax.faces.ViewState">
</form> 

</body></html>

Original issue reported on code.google.com by vivek.ji...@survah.com on 15 Oct 2011 at 1:25

GoogleCodeExporter commented 8 years ago
Sorry ... It was my mistake I was using JSF 1.2, it worked with 2.0 
Thanks

Original comment by vivek.ji...@survah.com on 15 Oct 2011 at 1:56

GoogleCodeExporter commented 8 years ago
No problem, and nice bug report ;)

Original comment by bill...@gmail.com on 16 Oct 2011 at 6:05

GoogleCodeExporter commented 8 years ago

Original comment by bill...@gmail.com on 16 Oct 2011 at 6:05