Hello,
I have been trying to get the FCKeditor working in a ICEFaces java project (.xhmtl facelets).
The editor is working, but when I try to upload an image, it hangs on the upload status window.
I have followed the steps in the java integration manual (connector servlet, log, web.xml, ...) but still can not get this to work.
Can anybody help me with this?
Thx,
Stef
I have been trying to get the FCKeditor working in a ICEFaces java project (.xhmtl facelets).
The editor is working, but when I try to upload an image, it hangs on the upload status window.
I have followed the steps in the java integration manual (connector servlet, log, web.xml, ...) but still can not get this to work.
Can anybody help me with this?
Thx,
Stef

Re: FCKeditor in ICEFaces
Re: FCKeditor in ICEFaces
Is this normal?
Thx,
Stef
Re: FCKeditor in ICEFaces
Re: FCKeditor in ICEFaces
<div id="divUpload" style="display: none">
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data"
action="" onsubmit="return CheckUpload();">
<span fcklang="DlgLnkUpload">Upload</span><br />
<input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br />
<br />
<input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" />
<script type="text/javascript">
document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
</script>
</form>
</div>
The action element is empty. Is this normal?
Thx,
stefan
Re: FCKeditor in ICEFaces
Re: FCKeditor in ICEFaces
http://localhost:8080/editor3/block/res ... Type=Image
Re: FCKeditor in ICEFaces
says
Re: FCKeditor in ICEFaces
with fiddler i can see the php connector content coming back.
The problem is that for some reason this request is being routed to the blocking servlet. the /block/ part in the url is beeing added automatically.
Probably an ICEFaces issue, will have to give it up and look for another editor. shame though, as the FCK one looked promising.
thanks for your support,
stef
Re: FCKeditor in ICEFaces
Re: FCKeditor in ICEFaces