I''ve been trying out the htmlResponse : false option and noticed that when use it the edited field gets left with a value of "Saving...". It seems that some code called in wrapUp should be provided as a default which when htmlResponse is false does something like: this.element.innerHTML = this._oldInnerHTML; this._oldInnerHTML = null; does this make sense to anyone else? Also I have a general scope question for scriptaculous - I came into considering using it from reading various books on AJAX, but those books weren''t really rails specific books either. While the effects side of scriptaculous seems usable from AJAX apps which are not also rails, the controls seem very tied to the rails way of doing things. I''m basing this in the fact that url is mandatory and the way parms are used as opposed to the possibility of using a callback to javascript code which doesn''t necessarily make an immediate server call. Are the scriptaculous devs ONLY interested in supporting a rails methodology, or if it is easy would they consider leaving things a bit more general? When I saw the following in page 145 of the book "Prototype and Scriptaculous in Action" - "You cannot create an InPlaceEditor that is disconnected from the server. Specifying a null, empty string, or anything other than a valid server-side resource for the second parameter to the constructor will not create an InPlaceEditor that does not contact the server when the button is clicked (or the Enter key is pressed)." I realized that I can''t be the first person to have asked why it isn''t possible. Thanks Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---