I am writing a simple note function for my app and adding notes is fine, but when I go to delete a note, it will erase all the notes that are entered from being displayed on the page. I have narrowed the issue down to when I call the Ajax.Updater function. If I just make the note fade using the Effect.Fade method, it goes away fine, as soon as it hits the Ajax.Updaterfunction, all the notes disapear from the list. I was able to fix the issue by setting the asynchronous option in the Ajax.Update method to false. Anybody had this problem? -- Eric Fleming efleming@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050728/f62496ef/attachment.html