天行健

《周易》曰:
天行健,君子以自强不息(乾卦)
地势坤,君子以厚德载物(坤卦)

常用链接

统计

最新评论

2007年7月25日 #

Struts+FCKeditor修改读取的html文本

因为<bean:write 默认的filter是true。表示把html敏感标签转换成转换成它们实体的等价物。如<转换成&lt。设为false则不转换。
         <FCK:editor id="classContent" basePath="/ECR_WWW/FCKeditor/"
         width
="500"
         height
="500"
         skinPath
="/ECR_WWW/FCKeditor/editor/skins/silver/"
         
>
         
         
<bean:write name="articleAdminForm" property="classContent" filter="false"/>
        
</FCK:editor>

posted @ 2007-07-25 10:06 重归本垒(Bing) 阅读(790) | 评论 (0)编辑 收藏

Web Page Rank Icon