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)
gimbal2a at 2007-7-10 14:08:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Don't reinvent the wheel and use [url= http://www.google.com/search?q=wysiwyg+rich+text+editor]existing WYSYWYG RTE solutions[/url].All you need to do is to pass the textarea value to the servlet and then issue a simple INSERT query.
BalusCa at 2007-7-10 14:08:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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?

DhipuJoea at 2007-7-10 14:08:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...