JavaServer Pages (JSP) and JSTL - RichTextEditor in jsp file
I am new to jsp and I would like to have a rich text editor in my jsp page , from which i will take the content and will send to database. anybody can help with some basic ideas? I use SQLServer database and Tomcat 5.0.24Thanks
[248 byte] By [
DhipuJoea] at [2007-11-26 23:11:24]

# 1
Use an open source HTML editor, like tinymce. http://tinymce.moxiecode.com/(there are others, search using google if tinymce does not work for you)
# 3
i followed the Basic steps to installation in the page
http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm
and got a blank textarea in my form. what can be the prob? can u be little more brief like where in the form to include? what is the file or method to be included in my jsp to use the downloaded RTE?