Servlet 获取FCKeditor标签内容

来源:百度知道 编辑:UC知道 时间:2024/07/03 12:14:11
<FCK:editor instanceName="content" basePath="/fckeditor" width="100%" height="300px"></FCK:editor>
在request的Servlet中怎样获取里面的内容呢。
我用request.getParameter("content")获得为null

试试ServletActionContext.getRequest().getParameter("content");

没用过FCK:editor,给你提供个资料吧
http://www.blogjava.net/fastunit/archive/2008/02/18/180525.html