but the value of the textarea does not send the new entered value.
ok, what is the problem?
if you viewed the DOM tree of the tinyMCE you will notice that it's actually an IFrame which make it hard to send the data via AJAX request.
what is solution?
on the form's submit button: I added the following:
onclick="tinyMCE.triggerSave(true,true);"
for more details refer to http://www.crossedconnections.org/w/?p=88