Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/319.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java ckeditor不在IE9和10中工作_Java_Internet Explorer 9_Ckeditor_Struts_Internet Explorer 10 - Fatal编程技术网

Java ckeditor不在IE9和10中工作

Java ckeditor不在IE9和10中工作,java,internet-explorer-9,ckeditor,struts,internet-explorer-10,Java,Internet Explorer 9,Ckeditor,Struts,Internet Explorer 10,我正在使用CKEditor的JAVA实现。所以在我的代码中 <%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %> 我的文本区域使用StrutsBean写标记逻辑 <textarea id="txtCmt<bean:write name="i" />:<bean:write name="j" />" name="comments" style="width: 100%; height: 28

我正在使用CKEditor的JAVA实现。所以在我的代码中

 <%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>
我的文本区域使用StrutsBean写标记逻辑

<textarea id="txtCmt<bean:write name="i" />:<bean:write name="j" />" name="comments" style="width: 100%; height: 280px;">
然后我使用

<ckeditor:replaceAll basePath="/elements/ckeditor_basic/ckeditor.js" />
用CKEditor替换文本区域。该实现在Chrome和Firefox上运行良好,但是在IE9上无法加载编辑器,在IE10上会出现分页符

请告知


谢谢

有错误消息吗?你检查控制台了吗?控制台没有错误。真的吗?开发控制台中没有任何内容?听起来不太可能。你能给我们看一个链接吗?你收到404请求了吗?你能给我们看看呈现的HTML吗?