> hi all this is my first post here.. plz help. > > I'm using form.js malsup.com/jquery/form/ here and nice edit nicedit.com/ > here for a news submission form. > > I have written a code to retrieve data from my DB (via JSON), when user > changes the news_id combo box. It fills the news_title and news_body of my > form with out refreshing the page. > > Now I implemented NiceEdit to my text area (news_body) and the fill function > doesn't seems to be working. :( > but when i refresh the page using F5 it fills the data.... > > can any one help me with this? plz guys urgent!
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