Forum OpenACS Development: Html Area Issue

Collapse
Posted by Ashwin Kumar on
Hai ,
I've 2 issues wrto richtext.

1. Wen i submit my content(richtext) it is giving
this warning
"Value for content contains HTML tags"

This happens if i use any of the features of richtext
editor like image insertion,table insertion,bolding


2. The content is filled using on_request block

set content
[template::util::richtext create $value $mime_type ]

but in on_submit i'm getting content only but not
format type (mime_type)( INFACT wat happens generally
is both content,mimetype shud be recieved in
on_submit block )


Can some one help me in this regard???
Any help is appreciated !!!!

Version : using openacs-5.2.2

-- Ashwin