well.. no Mike I think you got it wrong... OK I have written the code to explain the above problem and hosted it here... http://www.offthegroundmedia.com/edit/
In this form when I change the ID combo box I retrieve data via ajax (using forms.js for jquery) and fills in to a text box(title) and text area(description). It works fine since I haven't implemented NideEdit (a rich text editor) to the text area. But when I implement NiceEdit I need to refresh the page to content fill in to the text area. So this is my problem Glad if anyone can help.... Thanks! > > If NicEdit is like TinyMCE or FCKEdit then there is probably an > additional step you need to do before submitting the data. There data > typically needs to be pulled from the editor's iframe and back into > the original textarea. I'd suggest looking through the NicEdit docs > for something along those lines. > > Mike