fckeditor不显示
我的JSP页面如下:
<%@ page language= "java " pageEncoding= "ISO-8859-1 "%>
<%@ taglib uri= "http://fckeditor.net/tags-fckeditor " prefix= "FCK "%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN ">
<html>
<head>
<title> fckeditorTest </title>
</head>
<body>
<form action= "show.jsp " method= "post " target= "_blank ">
<FCK:editor id= "content " basePath= "/ " width= "500 " height= "300 "
skinPath= "/FCKeditor/editor/skins/silver/ " toolbarSet= "Default "> input </FCK:editor>
<input type= "submit " value= "Submit ">
</form>
</body>
</html>
不知为什么,就是不显示.但提交时,会有默认的内容.
哪个大虾能帮一下,十分感激.
------解决方案--------------------你用来浏览器看看,这个页面源代码,看看这个标签解析后的代码
------解决方案--------------------你的fckeditor配置的路径有问题 一般都是这样的错误